Struct MergedList<T>.Enumerator
Namespace: Unity.VisualScripting
Syntax
public struct Enumerator : IEnumerator<T>, IDisposable, IEnumerator
Constructors
Enumerator(MergedList<T>)
Declaration
public Enumerator(MergedList<T> merged)
Parameters
| Type | Name | Description |
|---|---|---|
| MergedList<T> | merged |
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 |