Struct WidgetList<TWidget>.Enumerator
Inherited Members
Namespace: Unity.VisualScripting
Syntax
public struct Enumerator : IEnumerator<TWidget>, IDisposable, IEnumerator
Constructors
Enumerator(WidgetList<TWidget>)
Declaration
public Enumerator(WidgetList<TWidget> list)
Parameters
| Type | Name | Description |
|---|---|---|
| WidgetList<TWidget> | list |
Properties
Current
Declaration
public readonly TWidget Current { get; }
Property Value
| Type | Description |
|---|---|
| TWidget |
Implements
Methods
Dispose()
Declaration
public void Dispose()
Implements
MoveNext()
Declaration
public bool MoveNext()
Returns
| Type | Description |
|---|---|
| Boolean |
Implements
Explicit Interface Implementations
IEnumerator.Current
Declaration
readonly object IEnumerator.Current { get; }
Returns
| Type | Description |
|---|---|
| Object |
Implements
IEnumerator.Reset()
Declaration
void IEnumerator.Reset()