Table of Contents

Property this

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

this[int]

Gets the element at the specified index in the read-only list.

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

Parameters

index int

The zero-based index of the element to get.

Property Value

T

The element at the specified index in the read-only list.