コード例 #1
0
ファイル: TypeMapperWrappers.cs プロジェクト: zxd60/linq2db
 public TestClass2  Add(TestClass2 p) => ((Func <TestClass2, TestClass2, TestClass2>)CompiledWrappers[1])(this, p);
コード例 #2
0
 public TestClass2(TestClass2 p1, TestEnum p2, TestClass p3) => throw new NotImplementedException();
コード例 #3
0
ファイル: TypeMapperWrappers.cs プロジェクト: zxd60/linq2db
 public TestClass2(TestClass2 p1, string p2) => throw new NotImplementedException();