Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. private Lazy<Color> color = new Lazy(() => colorGenerator.NextColor());
  2.  
  3. public Color
  4. {
  5. get { return color.Value; }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement