Show / Hide Table of Contents

Class TraceEntryExtensions

Provides some helper functionality for tracing

Inheritance
object
TraceEntryExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public static class TraceEntryExtensions

Methods

| Edit this page View Source

CreateInputArray(ITraceEntry)

Creates a new array of input elements for the given trace entry

Declaration
public static object[] CreateInputArray(this ITraceEntry traceEntry)
Parameters
Type Name Description
ITraceEntry traceEntry

The current trace entry

Returns
Type Description
object[]

A new object array containing all trace entries for this trace entry

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX