Table of Contents

Property this

Namespace
Ubiquity.NET.Llvm.OrcJITv2
Assembly
Ubiquity.NET.Llvm.dll

this[ulong]

Gets a single entry from the list

public readonly SymbolStringPoolEntry this[ulong index] { get; }

Parameters

index ulong

Index of the entry to retrieve

Property Value

SymbolStringPoolEntry

Entry for this list

Remarks

The returned SymbolStringPoolEntry is an 'alias' to the actual entry there is NO ownership implied. Therefore the instance MUST not be stored anywhere. If an instance that outlives the underlying native owner is desired then you can use the SymbolStringPoolEntry(SymbolStringPoolEntry) "add ref constructor" to gain ownership of the instance.