Show / Hide Table of Contents

Class TraceEntry<TInput, TOut>

Represents a computation that is only used for tracing purposes

Inheritance
object
TraceEntry<TInput, TOut>
Implements
ITraceEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Transformations
Assembly: NMF.Transformations.dll
Syntax
public sealed class TraceEntry<TInput, TOut> : ITraceEntry
Type Parameters
Name Description
TInput

The type of the trace key

TOut

The output type of the trace entry

Constructors

| Edit this page View Source

TraceEntry(TransformationRuleBase<TInput, TOut>, TInput, TOut)

Creates a new trace-only computation

Declaration
public TraceEntry(TransformationRuleBase<TInput, TOut> rule, TInput input, TOut output)
Parameters
Type Name Description
TransformationRuleBase<TInput, TOut> rule

The transformation rule used as trace group

TInput input

The trace key for this transformation rule

TOut output

The output for this trace entry

Properties

| Edit this page View Source

Output

Gets the output of the trace entry

Declaration
public TOut Output { get; }
Property Value
Type Description
TOut
| Edit this page View Source

TransformationRule

Gets the transformation rule used as trace key for this trace entry

Declaration
public TransformationRuleBase<TInput, TOut> TransformationRule { get; }
Property Value
Type Description
TransformationRuleBase<TInput, TOut>

Implements

ITraceEntry

Extension Methods

TraceEntryExtensions.CreateInputArray(ITraceEntry)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX