Struct NoAllocEnumerator<T>
Namespace: Unity.VisualScripting
Syntax
public struct NoAllocEnumerator<T> : IEnumerator<T>, IDisposable, IEnumerator
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
NoAllocEnumerator(IList<T>)
Declaration
public NoAllocEnumerator(IList<T> list)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<T> | list |
Properties
Current
Declaration
public T Current { get; }
Property Value
| Type | Description |
|---|---|
| T |
Methods
Dispose()
Declaration
public void Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| Boolean |