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