Method GetEnumerator
GetEnumerator()
Returns an enumerator over the elements of this list.
Declaration
public NativeArray<T>.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
NativeArray<T>.Enumerator | An enumerator over the elements of this list. |