Class TraceEntryExtensions
Provides some helper functionality for tracing
Inherited Members
Namespace: NMF.Transformations.Core
Assembly: NMF.Transformations.Core.dll
Syntax
public static class TraceEntryExtensions
Methods
| Edit this page View SourceCreateInputArray(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 |