예제 #1
0
 static void Foo(IListCounterNew t)
 {
     t.Count();
 }
예제 #2
0
파일: cs0121-10.cs 프로젝트: nobled/mono
	static void Foo (IListCounterNew t)
	{
		t.Count ();
	}