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