Method AddAttributeAtIndex
AddAttributeAtIndex(FunctionAttributeIndex, AttributeValue)
Adds an AttributeValue at a specified index
Declaration
public void AddAttributeAtIndex(FunctionAttributeIndex index, AttributeValue attrib)
Parameters
public void AddAttributeAtIndex(FunctionAttributeIndex index, AttributeValue attrib)
FunctionAttributeIndex | index | Index to add the attribute to |
AttributeValue | attrib | Attribute to add |