コード例 #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);