UsingDirectiveIsStatic Property |
True if the 'static' keyword is being used (meaning that the expression represents a type,
although the keyword is optional for compatibility with early versions of C# 6.0).
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public bool IsStatic { get; set; }
Property Value
Type:
BooleanSee Also