Click or drag to resize
Llvm.NET LogoAttributeSetParameterAttributes 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
Syntax
C#
public AttributeSet ParameterAttributes(
	int parameterIndex
)

Parameters

parameterIndex
Type: SystemInt32
Parameter index [ 0 based ]

Return Value

Type: AttributeSet
AttributeSetfiltered for the specified parameter
See Also