mscorlib(4.0.0.0) API with additions
System.Threading.LazyInitializer Member List

This is the complete list of members for System.Threading.LazyInitializer, including all inherited members.

EnsureInitialized< T >(ref T target)System.Threading.LazyInitializerstatic
EnsureInitialized< T >(ref T target, Func< T > valueFactory)System.Threading.LazyInitializerstatic
EnsureInitialized< T >(ref T target, ref bool initialized, ref object syncLock)System.Threading.LazyInitializerstatic
EnsureInitialized< T >(ref T target, ref bool initialized, ref object syncLock, Func< T > valueFactory)System.Threading.LazyInitializerstatic