LazyList<T>.IsInitialized Property
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public bool IsInitialized { get; }
public:
property bool IsInitialized {
virtual bool get() sealed;
}
abstract IsInitialized : bool with get
override IsInitialized : bool with get
Public ReadOnly Property IsInitialized As Boolean
Property Value
Type: System.Boolean
Implements
See Also
LazyList<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top