public RedBlackTreeNode<T> Remove( RedBlackTreeNode<T> node )
Public Function Remove ( node As RedBlackTreeNode(Of T) ) As RedBlackTreeNode(Of T)
Accord.NET Framework © 2009-2017. All documentation is licensed under the Creative Commons Attribution/Share-Alike License.