Enum AttributeAllowedOn
Flags enumeration of places where a given attribute is applicable
[Flags]
[SuppressMessage("Design", "CA1008:Enums should have zero value", Justification = "Matches ABI naming")]
public enum AttributeAllowedOn
Fields
CallSite = 8Attribute is applicable to a call site
Function = 4Attribute is applicable to a function
Global = 16Attribute is applicable to a global
None = 0Attribute has no allowed options
This is a default invalid value
Parameter = 2Attribute is applicable to a parameter
Return = 1Attribute is applicable to a function return