Property Values
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<GffResourceFieldStruct> Values { get; }