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