Table of Contents

Property this

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

this[int]

Gets the operand at the specified index

public T? this[int index] { get; set; }

Parameters

index int

Index of the operand to receive

Property Value

T

Item at the specified index

Exceptions

ArgumentOutOfRangeException

index is out of range for this collection