C# Class System.Linq.Parallel.NullableDoubleAverageAggregationOperator.NullableDoubleAverageAggregationOperatorEnumerator

Inheritance: InlinedAggregationOperatorEnumerator
Mostra file Open project: mahasak/dotnet452

Protected Methods

Method Description
Dispose ( bool disposing ) : void
MoveNextCore ( System.Linq.Parallel.Pair &currentElement ) : bool

Private Methods

Method Description
NullableDoubleAverageAggregationOperatorEnumerator ( System.Linq.Parallel.QueryOperatorEnumerator source, int partitionIndex, CancellationToken cancellationToken ) : System.Collections.Generic

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

MoveNextCore() protected method

protected MoveNextCore ( System.Linq.Parallel.Pair &currentElement ) : bool
currentElement System.Linq.Parallel.Pair
return bool