Click or drag to resize
TaxonRelationsTreeExtensionAsDepthFirstChildEdgeIterator Method (ICollectionITaxonRelationsTreeNode, TaxonRelationsTreeChildrenIterationMode)
Returns a depth first child edge iterator.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public static IEnumerable<ITaxonRelationsTreeEdge> AsDepthFirstChildEdgeIterator(
	this ICollection<ITaxonRelationsTreeNode> treeNodes,
	TaxonRelationsTreeChildrenIterationMode treeIterationMode
)

Parameters

treeNodes
Type: System.Collections.GenericICollectionITaxonRelationsTreeNode
The tree nodes.
treeIterationMode
Type: ArtDatabanken.DataTaxonRelationsTreeChildrenIterationMode
The tree iteration mode.

Return Value

Type: IEnumerableITaxonRelationsTreeEdge
A depth first child edge iterator.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ICollectionITaxonRelationsTreeNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also