Exemplo n.º 1
0
 public string Pop() => Context.Pop();
Exemplo n.º 2
0
 public void Clear() => Context.Clear();
Exemplo n.º 3
0
 public string Peek() => Context.Peek();
Exemplo n.º 4
0
 public IDisposable Push(string text) => Context.Push(text);