Class InPlaceTransformationRuleBase<TIn1, TIn2>
Represents an in-place transformation rule that operates on two input arguments
Inherited Members
Namespace: NMF.Transformations
Assembly: NMF.Transformations.dll
Syntax
public abstract class InPlaceTransformationRuleBase<TIn1, TIn2> : GeneralTransformationRule<TIn1, TIn2> where TIn1 : class where TIn2 : class
Type Parameters
Name | Description |
---|---|
TIn1 | The type of the first input argument |
TIn2 | The type of the second input argument |
Properties
| Edit this page View SourceOutputType
Gets the output type of the transformation rule
Declaration
public override sealed Type OutputType { get; }
Property Value
Type | Description |
---|---|
Type |