コード例 #1
0
ファイル: MethodList.cs プロジェクト: ywadea/Afterthought
 public MethodEnumeration Before(BeforeMethod before)
 {
     foreach (Amendment.Method method in this)
     {
         method.BeforeMethod = before.Method;
     }
     return(this);
 }
コード例 #2
0
ファイル: MethodList.cs プロジェクト: ywadea/Afterthought
 public Context <TContext> Before(BeforeMethod before)
 {
     method.BeforeMethod = before.Method;
     return(this);
 }