ImmutableReadOnlyListStructEnumerator<T> Struct
Definition
public struct ImmutableReadOnlyListStructEnumerator<T>
Constructors
| Name | Description |
|---|---|
| ImmutableReadOnlyListStructEnumerator<T> | No summary available. |
ImmutableReadOnlyListStructEnumerator<T> Constructor
public ImmutableReadOnlyListStructEnumerator<T>(System.Collections.Generic.IReadOnlyList<T> readOnlyList)
Parameters
readOnlyList System.Collections.Generic.IReadOnlyList<T>
Methods
Dispose Method
public void Dispose()
MoveNext Method
public bool MoveNext()
Returns
bool
Reset Method
public void Reset()
Properties
| Name | Description |
|---|---|
| Current | No summary available. |
Current Property
public T Current { get; set; }