LazyAsyncTIsValueCreated Property
Gets a value that indicates whether a value has been created for this
LazyAsyncT.
Namespace: DevCase.Runtime.ThreadingAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsValueCreated { get; }
Public ReadOnly Property IsValueCreated As Boolean
Get
Dim instance As LazyAsync
Dim value As Boolean
value = instance.IsValueCreated
public:
property bool IsValueCreated {
bool get ();
}
member IsValueCreated : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if a value has been created; otherwise,
.