2 references to GetNodeByIndex
System.Data.Common (2)
System\Data\RbTree.cs (2)
832
NodePath x_id =
GetNodeByIndex
(i); // it'l throw if corresponding node does not exist
1285
return Key(
GetNodeByIndex
(index)._nodeID);