Table of Contents

Class ElementAccumulation<TAccumulation, TElement>

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Represents the current state of an accumulation over an observable sequence.

public class ElementAccumulation<TAccumulation, TElement> : IStructuralEquatable, IStructuralComparable, IComparable

Type Parameters

TAccumulation

The type of values in the accumulation.

TElement

The type of values in the observable sequence.

Inheritance
ElementAccumulation<TAccumulation, TElement>
Implements
Inherited Members

Constructors

ElementAccumulation(TAccumulation, TElement)

Initializes a new instance of the ElementAccumulation<TAccumulation, TElement> class with the specified accumulator state and current element information.

Properties

Accumulation

Gets the current state of the accumulator.

Value

Gets the current value of the sequence to accumulate.

Methods

Equals(object)

Returns a value that indicates whether the current instance is equal to the specified object.

GetHashCode()

Returns a hash code for the current instance.

ToString()

Returns a string that represents the current object.