Enum AttributeArgKind
Kind of argument (if any) for an attribute
public enum AttributeArgKind
Fields
ConstantRange = 3
Attribute has a constant range value
ConstantRangeList = 4
Attribute has a list of constant ranges as the value
Int = 1
Attribute has a single integral value ulong
None = 0
No argument for this attribute
String = 5
Attribute name is a string AND has a string value
The string value may have further constraints such as it is a Boolean with the string value having the literal 'true' or 'false' [Case sensitive].
Type = 2
Attribute has a single type value