T
- Type of the lazy member
If we find ourselves creating a whole bunch of these in our code, we need to rethink this. Each lazy member holds the actual member and a delegate. That can turn into a whole lot of overhead
public class LazyMember<T> extends Object
Constructor and Description |
---|
LazyMember(ILazyMember<T> lazyImplementation)
Constructor.
|
public LazyMember(ILazyMember<T> lazyImplementation)
lazyImplementation
- The initialization delegate to call for the item on first
accessCopyright © 2012–2015 Microsoft. All rights reserved.