Table of Contents

Property this

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

this[int]

Gets an item from the tuple

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

Parameters

index int

Index of the item to retrieve

Property Value

T

The element at index in the tuple