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