예제 #1
0
  public boolean IntoElem() {
    if (pointer == null) return false;

    pointer = pointer.GetChildernHead();
    return true;
  }