Method RemoveAttributeAtIndex
RemoveAttributeAtIndex(FunctionAttributeIndex, AttributeKind)
Removes an AttributeKind at a specified index
Declaration
void RemoveAttributeAtIndex(FunctionAttributeIndex index, AttributeKind kind)
Parameters
void RemoveAttributeAtIndex(FunctionAttributeIndex index, AttributeKind kind)
FunctionAttributeIndex | index | Index to add the attribute to |
AttributeKind | kind | Attribute to Remove |
RemoveAttributeAtIndex(FunctionAttributeIndex, String)
Removes a named attribute at a specified index
Declaration
void RemoveAttributeAtIndex(FunctionAttributeIndex index, string name)
Parameters
void RemoveAttributeAtIndex(FunctionAttributeIndex index, string name)
FunctionAttributeIndex | index | Index to add the attribute to |
String | name | Name of the attribute to remove |