Table of Contents

Property this

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

this[int]

Gets the child GffResourceField at the specified index.

public virtual GffResourceField this[int index] { get; }

Parameters

index int

Property Value

GffResourceField

this[string]

Gets the child GffResourceField with the specified key.

public virtual GffResourceField this[string key] { get; }

Parameters

key string

Property Value

GffResourceField