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