Initializes an instance of DecomposableAttribute. The argument is a type that implements
IDecomposable TSource, TAccumulate, TResult .
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- decompositionType
- Type: System Type
A type that implements IDecomposable{TSource, TAccumulate, TResult}
See Also