mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Lazy< T >, including all inherited members.
IsValueCreated | System.Lazy< T > | |
Lazy() | System.Lazy< T > | |
Lazy(Func< T > valueFactory) | System.Lazy< T > | |
Lazy(LazyThreadSafetyMode mode) | System.Lazy< T > | |
Lazy(Func< T > valueFactory, LazyThreadSafetyMode mode) | System.Lazy< T > | |
Lazy?(bool isThreadSafe) | System.Lazy< T > | |
Lazy?(Func< T > valueFactory, bool isThreadSafe) | System.Lazy< T > | |
ToString() | System.Lazy< T > | |
Value | System.Lazy< T > |