Method GetAttributeAtIndex
GetAttributeAtIndex(FunctionAttributeIndex, AttributeKind)
Gets a specific attribute at a given index
Declaration
public AttributeValue GetAttributeAtIndex(FunctionAttributeIndex index, AttributeKind kind)
Parameters
public AttributeValue GetAttributeAtIndex(FunctionAttributeIndex index, AttributeKind kind)
FunctionAttributeIndex | index | Index to get the attribute from |
AttributeKind | kind | AttributeKind to get |
Returns
AttributeValue | The specified attribute or the default AttributeValue |
Implements
GetAttributeAtIndex(FunctionAttributeIndex, String)
Gets a named attribute at a given index
Declaration
public AttributeValue GetAttributeAtIndex(FunctionAttributeIndex index, string name)
Parameters
public AttributeValue GetAttributeAtIndex(FunctionAttributeIndex index, string name)
FunctionAttributeIndex | index | Index to get the attribute from |
String | name | name of the attribute to get |
Returns
AttributeValue | The specified attribute or the default AttributeValue |