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