Struct Sequence.Generator<T>
Gets enumerable collection created from generator method.
Inherited Members
Namespace: DotNext.Collections.Generic
Assembly: DotNext.dll
Syntax
public struct Generator<T>
Type Parameters
Name | Description |
---|---|
T | The type of the elements returned by generator method. |
Methods
| Improve this Doc View SourceGetEnumerator()
Gets enumerator over elements to be returned by generator method.
Declaration
public Sequence.Generator<T>.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
Sequence.Generator.Enumerator<> | The enumerator over elements. |