Пример #1
0
  public boolean OutOfElem() {
    if (pointer == null) return false;

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