コード例 #1
0
 public IEnumerable <ICall> AllCalls()
 {
     return(_stack.ToArray().Reverse());
 }