Click or drag to resize

AttributeIsGlobal Property

True if the Attribute is global (not associated with a following code object, but rather the Assembly or Module).

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

Property Value

Type: Boolean
See Also