Class InPlaceTransformationRuleBase<T>
Defines a transformation rule that takes an input argument, but does not produce a result
Inheritance
InPlaceTransformationRuleBase<T>
Inherited Members
Namespace: NMF.Transformations
Assembly: NMF.Transformations.dll
Syntax
public abstract class InPlaceTransformationRuleBase<T> : GeneralTransformationRule<T> where T : class
Type Parameters
Name | Description |
---|---|
T | The type of the input argument |
Properties
| Edit this page View SourceOutputType
Gets the output type of this transformation rule
Declaration
public override sealed Type OutputType { get; }
Property Value
Type | Description |
---|---|
Type |