Method GetAttributesAtIndex
GetAttributesAtIndex(FunctionAttributeIndex)
Gets the attributes on a given index
Declaration
public IEnumerable<AttributeValue> GetAttributesAtIndex(FunctionAttributeIndex index)
public IEnumerable<AttributeValue> GetAttributesAtIndex(FunctionAttributeIndex index)
Parameters
Function |
index | index to get the attributes for |
Returns
IEnumerable<Attribute |
Attributes for the index |