mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Threading.LazyInitializer, including all inherited members.
EnsureInitialized< T >(ref T target) | System.Threading.LazyInitializer | static |
EnsureInitialized< T >(ref T target, Func< T > valueFactory) | System.Threading.LazyInitializer | static |
EnsureInitialized< T >(ref T target, ref bool initialized, ref object syncLock) | System.Threading.LazyInitializer | static |
EnsureInitialized< T >(ref T target, ref bool initialized, ref object syncLock, Func< T > valueFactory) | System.Threading.LazyInitializer | static |