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