Posts by Brian Goncalves • 11 points
1 post
-
1
votes2
answers197
viewsA: When to use Lazy<> from C#
Perhaps a situation that I see that can be very useful and usable is with Func/Delegate, where you can pass a Lazy object that you may or may not use within your Func. Therefore, within it you could…