Struct FixedListInt128.Enumerator
Namespace: Unity.Collections
Syntax
public struct Enumerator : IEnumerator<int>
Constructors
Enumerator(ref FixedListInt128)
Declaration
public Enumerator(ref FixedListInt128 list)
Parameters
Type | Name | Description |
---|---|---|
FixedListInt128 | list |
Properties
Current
Declaration
public int Current { get; }
Property Value
Type | Description |
---|---|
Int32 |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
Boolean |
Reset()
Declaration
public void Reset()