SortedTree<(Of <(<'T>)>)> Class
Generic sorted tree (tree where nodes are sorted)
Namespace:
UAOOI.ProcessObserver.RealTime.Utils.Collections.GenericAssembly: RealTime (in RealTime.dll)
Syntax
public class SortedTree<T> : IEnumerator<T>, IEnumerable<T>, ICloneable
Public Class SortedTree(Of T) _ Implements IEnumerator(Of T), IEnumerable(Of T), _ ICloneable
generic<typename T> public ref class SortedTree : IEnumerator<T>, IEnumerable<T>, ICloneable
Type Parameters
- T
- the type that is stored on the tree
Inheritance Hierarchy
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic..::..SortedTree<(Of <(<'T>)>)>