[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.] Namespace: DynamicNode.ModelAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public bool IsDisposed { get; private set; } |
Visual Basic |
---|
Public Property IsDisposed As Boolean
Get
Private Set |
F# |
---|
abstract IsDisposed : bool with get, private set
override IsDisposed : bool with get, private set |
Field Value
true, wenn diese Instanz entsorgt wurde, sonst
false.
Implements
IExtensible<(Of <(<'T>)>)>..::..IsDisposedSee Also