Пример #1
0
 public string Pop() => Context.Pop();
Пример #2
0
 public void Clear() => Context.Clear();
Пример #3
0
 public string Peek() => Context.Peek();
Пример #4
0
 public IDisposable Push(string text) => Context.Push(text);