NodeShellT Constructor

Initializes a new instance of the NodeShellT class

Definition

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

Parameters

lifetimeScope  ILifetimeScope

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

owner  GraphShell

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

state  T

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

See Also