Click or drag to resize
TaxonRelationsTreeNode Methods

The TaxonRelationsTreeNode type exposes the following members.

Methods
Extension Methods
  NameDescription
Public Extension MethodAsBottomFirstBreadthFirstParentNodeIterator
Creates an iterator that traverses a tree nodes parents bottom first breadth first.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsBreadthFirstChildEdgeIterator
Returns a breadth first child edge iterator.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsBreadthFirstParentEdgeIterator
Returns a breadth first parent edge iterator.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsDepthFirstChildEdgeIterator
Returns a depth first child edge iterator.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsDepthFirstNodeIterator
Creates an iterator that traverses a tree nodes children depth first.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsTopDownBreadthFirstParentEdgeIterator
Returns a reversed breadth first parent edge iterator.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsTopFirstBreadthFirstParentNodeIterator
Creates an iterator that traverses a tree nodes parents top first breadth first.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodAsTopFirstParentNodeIterator
Creates an iterator that traverses a tree nodes parents top first.
(Defined by TaxonRelationsTreeExtension.)
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also