Class GffResourceFieldList
A GffResourceField containing a list of GffResourceFieldStruct values.
public sealed class GffResourceFieldList : GffResourceField, IReadOnlyList<GffResourceFieldStruct>, IReadOnlyCollection<GffResourceFieldStruct>, IEnumerable<GffResourceFieldStruct>, IEnumerable
- Inheritance
-
GffResourceFieldList
- Implements
- Inherited Members
- Extension Methods
Properties
- Count
Gets the number of child fields.
- FieldType
Gets the GFF field type.
- this[int]
Gets the child GffResourceField at the specified index.
- 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.
Methods
- GetEnumerator()
Returns an enumerator that iterates through the collection.