[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt einen Wert zurück, der angibt, ob die Methode statisch ist.
Namespace: DynamicNode.Ext.ObjectsAssembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Syntax
C# |
---|
protected abstract bool IsMethodStatic { get; } |
Visual Basic |
---|
Protected MustOverride ReadOnly Property IsMethodStatic As Boolean
Get |
F# |
---|
abstract IsMethodStatic : bool
|
Field Value
true, wenn die Methode statisch ist, sonst
false.
See Also