The push() and pop() methods allow a path to be treated as a stack; they push a node at the end of the chain and pop the last node off.
public void Pop()
Public Sub Pop
public: void Pop()
member Pop : unit -> unit