GenericAssociative TAssoc, 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

System Object
  Microsoft.Research.DryadLinq GenericAssociative TAssoc, TAccumulate 

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.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 GenericAssociative TAssoc, 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