Table of Contents

Property Values

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

Values

If this field is an array, gets an enumerable of the array's values.
If this field is a struct, gets an enumerable of the struct's values.
Otherwise, returns an empty enumerable.

public override IEnumerable<GffResourceField> Values { get; }

Property Value

IEnumerable<GffResourceField>