Struct MergedList<T>.Enumerator
Inherited Members
Namespace: Unity.VisualScripting
Assembly: Unity.VisualScripting.Core.dll
Syntax
public struct MergedList<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
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 |
---|---|
bool |