Click or drag to resize
Llvm.NET LogoFunctionParameters Property

[This is preliminary documentation and is subject to change.]

Parameters for the function including any method definition specific attributes (i.e. ByVal)

Namespace:  Llvm.NET.Values
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public IReadOnlyList<Argument> Parameters { get; }

Property Value

Type: IReadOnlyListArgument
See Also