コード例 #1
0
ファイル: IterateTest.cs プロジェクト: sdcb/sdmap
 private Result<string> CallEach(object self, 
     string prop, string joiner, string text)
 {
     return DynamicRuntimeMacros.Each(OneCallContext.CreateEmpty(),
         "", self, new object[] { prop, joiner, text });
 }
コード例 #2
0
ファイル: IterateTest.cs プロジェクト: emilefraser/PyroSQL
 private Result <string> CallEach(object self,
                                  string prop, string joiner, EmitFunction ef)
 {
     return(DynamicRuntimeMacros.Each(OneCallContext.CreateEmpty(),
                                      "", self, new object[] { prop, joiner, ef }));
 }