Click or drag to resize
TaxonRelationsTreeExtensionAsDepthFirstChildEdgeIterator Method (ITaxonRelationsTreeNode, 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 ITaxonRelationsTreeNode treeNode,
	TaxonRelationsTreeChildrenIterationMode treeIterationMode
)

Parameters

treeNode
Type: ArtDatabanken.DataITaxonRelationsTreeNode
The tree node.
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 ITaxonRelationsTreeNode. 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