Click or drag to resize

MethodDeclBaseIsStatic Property

True if the method is static.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool IsStatic { get; set; }

Property Value

Type: Boolean

Implements

IModifiersIsStatic
See Also