コード例 #1
0
ファイル: EvalSession.cs プロジェクト: xeno-by/elf4b
 public object Eval(IBranch b)
 {
     return b.Eval(Repository);
 }