GenericAssociativeTAssoc, TAccumulate ClassDryadLINQ documentation
A helper class for calling IAssociative methods more efficiently. It is used in auto-generated vertex code. A DryadLINQ user should not need to use this class directly.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.DryadLinqGenericAssociativeTAssoc, TAccumulate

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public static class GenericAssociative<TAssoc, TAccumulate>
where TAssoc : new(), Object, IAssociative<TAccumulate>

Type Parameters

TAssoc
The type that implements the IAssociative{T} interface
TAccumulate
The type of the accumulator value.

The GenericAssociativeTAssoc, TAccumulate type exposes the following members.

Methods

  NameDescription
Public methodStatic memberRecursiveAccumulate
Combines two accumulator values into one.
Public methodStatic memberSeed
Provides the initial value for the accumulator.
Top
See Also

Reference