Table of Contents

Class InPlaceTransformationRuleBase<T>

Namespace
NMF.Transformations
Assembly
NMF.Transformations.dll

Defines a transformation rule that takes an input argument, but does not produce a result

public abstract class InPlaceTransformationRuleBase<T> : GeneralTransformationRule<T> where T : class

Type Parameters

T

The type of the input argument

Inheritance
InPlaceTransformationRuleBase<T>
Derived
Inherited Members
Extension Methods

Properties

OutputType

Gets the output type of this transformation rule

public override sealed Type OutputType { get; }

Property Value

Type