Click or drag to resize

ProjectGlobalAttributes Property

All project (assembly) level attributes defined in any code unit (such as AssemblyInfo.cs).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public List<Attribute> GlobalAttributes { get; }

Property Value

Type: ListAttribute
See Also