Table of Contents

Property EntrySet

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

EntrySet

If this field is a struct, gets an enumerable of the key/values pairs.
Otherwise, returns an empty enumerable.

public virtual IEnumerable<KeyValuePair<string, GffResourceField>> EntrySet { get; }

Property Value

IEnumerable<KeyValuePair<string, GffResourceField>>