DecomposableAttribute Constructor DryadLINQ documentation

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

public DecomposableAttribute(
	Type decompositionType
)

Parameters

decompositionType
Type: System Type
A type that implements IDecomposable{TSource, TAccumulate, TResult}
See Also