Table of Contents

Class InPlaceTransformationRuleBase<TIn1, TIn2>

Namespace
NMF.Transformations
Assembly
NMF.Transformations.dll

Represents an in-place transformation rule that operates on two input arguments

public abstract class InPlaceTransformationRuleBase<TIn1, TIn2> : GeneralTransformationRule<TIn1, TIn2> where TIn1 : class where TIn2 : class

Type Parameters

TIn1

The type of the first input argument

TIn2

The type of the second input argument

Inheritance
InPlaceTransformationRuleBase<TIn1, TIn2>
Derived
Inherited Members
Extension Methods

Properties

OutputType

Gets the output type of the transformation rule

public override sealed Type OutputType { get; }

Property Value

Type