コード例 #1
0
ファイル: GotoTestCase.cs プロジェクト: jcmontoute/ycmd
		static void ImplementionTest(IGotoTest test) {
			test.DoSomething();
		}
コード例 #2
0
ファイル: GotoTestCase.cs プロジェクト: HusterYP/VimConf
 static void ImplementionTest(IGotoTest test)
 {
     test.DoSomething();
 }