コード例 #1
0
ファイル: OrderedSequence.cs プロジェクト: yonglehou/Stact
 public bool Visit(Func <T, bool> callback)
 {
     return(_tree.Visit(callback));
 }