Click or drag to resize

FieldDeclIsStatic Property

True if the field is static.

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

Property Value

Type: Boolean

Implements

IModifiersIsStatic
See Also