Click or drag to resize

AttributeTarget Enumeration

Valid attribute target types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public enum AttributeTarget
Members
  Member nameValueDescription
None0
Assembly1
Module2
Type3
Method4
Return5
Param6
Field7
Property8
Event9
See Also