Class BaseParallellyEnumerable<TEnumeratorTuple>
- Namespace
- Garyon.Objects.Enumerators
- Assembly
- Garyon.dll
A container object allowing for 2 IEnumerable<T> objects to be parallelly enumerated.
public abstract class BaseParallellyEnumerable<TEnumeratorTuple> : IEnumerable<TEnumeratorTuple>, IEnumerable
Type Parameters
TEnumeratorTuple
- Inheritance
-
BaseParallellyEnumerable<TEnumeratorTuple>
- Implements
-
IEnumerable<TEnumeratorTuple>
- Derived
- Inherited Members
- Extension Methods
Methods
GetEnumerator()
Returns an enumerator that iterates through the collection.
public abstract IEnumerator<TEnumeratorTuple> GetEnumerator()
Returns
- IEnumerator<TEnumeratorTuple>
An enumerator that can be used to iterate through the collection.