 | AttributeSetParameterAttributes Method |
[This is preliminary documentation and is subject to change.]
Gets the attributes for a function parameter
Namespace:
Llvm.NET.Values
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic AttributeSet ParameterAttributes(
int parameterIndex
)
Parameters
- parameterIndex
- Type: SystemInt32
Parameter index [ 0 based ]
Return Value
Type:
AttributeSetAttributeSetfiltered for the specified parameter
See Also