Method RequiresIntValue
RequiresIntValue(AttributeKind)
Gets a value indicating whether the attribute requires an integer parameter value
Declaration
public static bool RequiresIntValue(this AttributeKind kind)
Parameters
public static bool RequiresIntValue(this AttributeKind kind)
AttributeKind | kind | AttributeKind to check |
Returns
Boolean | true if the attribute requires an integer value |