The DecomposableAttribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
DecompositionType |
A type that implements IDecomposable{TSource, TAccumulate, TResult} where
TSource is the element type of the input, TAccumulate is the element type
of an intermediate dataset, and TResult is the output type of the method
annotated by this attribute.
| |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
See Also