LazyList<T>.IsInitialized Propriedade
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
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
Valor de propriedade
Type: System.Boolean
Implementações
Consulte também
Classe LazyList<T>
Namespace Microsoft.WindowsAzure.Common.Internals
Retornar ao topo