Click or drag to resize

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
C#
public bool IsStatic { get; set; }

Property Value

Type: Boolean
See Also