예제 #1
0
 public bool DoesContain(int data)
 {
     return(rootNode.Contains(data));
 }