CADability dotNET
Iterator that iterates over all leaves of the tree

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
protected IEnumerable<OctTree<(Of <(<'T>)>)>..::..Node<T>> Leaves { get; }
Visual Basic
Protected ReadOnly Property Leaves As IEnumerable(Of OctTree<(Of <(<'T>)>)>..::..Node(Of T))
	Get
Visual C++
protected:
property IEnumerable<OctTree<(Of <(<'T>)>)>..::..Node<T>^>^ Leaves {
	IEnumerable<OctTree<(Of <(<'T>)>)>..::..Node<T>^>^ get ();
}

See Also