Click or drag to resize
TaxonTreeNodeChildrenCircular Property
Children to this taxon tree node. The difference between property Children and property ChildrenCircular are that taxon tree nodes in this property occurs at least twice in the taxon tree.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public TaxonTreeNodeList ChildrenCircular { get; set; }

Property Value

Type: TaxonTreeNodeList

Implements

ITaxonTreeNodeChildrenCircular
See Also