TransformNodeTState, TInput, TOutput0, TOutput1 Constructor

Initializes a new instance of the TransformNodeTState, TInput, TOutput0, TOutput1 class

Definition

Namespace: Quine.Graph
Assembly: Quine.Graph (in Quine.Graph.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
C#
protected TransformNode(
	ILifetimeScope lifetimeScope,
	GraphShell owner,
	TState state
)

Parameters

lifetimeScope  ILifetimeScope

[Missing <param name="lifetimeScope"/> documentation for "M:Quine.Graph.TransformNode`4.#ctor(Autofac.ILifetimeScope,Quine.Graph.GraphShell,`0)"]

owner  GraphShell

[Missing <param name="owner"/> documentation for "M:Quine.Graph.TransformNode`4.#ctor(Autofac.ILifetimeScope,Quine.Graph.GraphShell,`0)"]

state  TState

[Missing <param name="state"/> documentation for "M:Quine.Graph.TransformNode`4.#ctor(Autofac.ILifetimeScope,Quine.Graph.GraphShell,`0)"]

See Also