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