示例#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);