C# Class Mono.Collections.Generic.RBTreeExtensions

Mostrar archivo Open project: vosen/kora

Public Methods

Method Description
FirstNode ( this tree ) : RBTree.Node
LastNode ( this node ) : RBTree.Node

Method Details

FirstNode() public static method

public static FirstNode ( this tree ) : RBTree.Node
tree this
return RBTree.Node

LastNode() public static method

public static LastNode ( this node ) : RBTree.Node
node this
return RBTree.Node