Initializes an instance of AssociativeAttribute. The argument is a type that implements
IAssociative TAccumulate .
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- associativeType
- Type: System Type
A type that implements IAssociative{T}, where T is the output type of the method annotated by this attribute.
Remarks
See Also