Click or drag to resize

SourceNavigatorPath Constructor (IEnumerableNavigator)

Initializes a new instance of the SourceNavigatorPath class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.DerivedModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public SourceNavigatorPath(
	IEnumerable<Navigator> pathElements
)

Parameters

pathElements
Type: System.Collections.GenericIEnumerableNavigator
The path elements.
See Also