Table of Contents

Property Parameters

Namespace
Ubiquity.NET.Llvm.Values
Assembly
Ubiquity.NET.Llvm.dll

Parameters

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

public IReadOnlyList<Argument> Parameters { get; }

Property Value

IReadOnlyList<Argument>