Click or drag to resize
PathEdgeRootParserTSource Constructor (IElementCreatorCore, ListIPathEdge)

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.PrefetchPathAPI
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public PathEdgeRootParser(
	IElementCreatorCore creator,
	List<IPathEdge> edges
)

Parameters

creator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The element creator.
edges
Type: System.Collections.GenericListIPathEdge
The edges.
See Also