Click or drag to resize
GoalGraphTDependencyInfo Constructor

Namespace: FlexRule.Graphs.Goals
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public DependencyInfo(
	int depth,
	IEnumerable<Node<T>> nodes
)

Parameters

depth
Type: SystemInt32
nodes
Type: System.Collections.GenericIEnumerableNodeT
See Also