Class MappingEnumerator<T, TResult>
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public sealed class MappingEnumerator<T, TResult> : IEnumerator<TResult>, IEnumerator, IDisposable
Type Parameters
Name | Description |
---|---|
T | |
TResult |
Constructors
Name | Description |
---|---|
MappingEnumerator(IEnumerator<T>, Func<T, TResult>) |
Properties
Name | Description |
---|---|
Current |
Methods
Name | Description |
---|---|
Dispose() | |
MoveNext() | |
Reset() |