Struct ElementPool<T>.ElementEnumerator
Namespace: Unity.Collections
Syntax
public struct ElementEnumerator
Properties
Current
Declaration
public T Current { get; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| System.Boolean |