Table of Contents

Property this

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

this[int]

Gets the row at the specified index.

public T this[int rowIndex] { get; }

Parameters

rowIndex int

The row index.

Property Value

T