示例#1
0
 static void Foo(IListCounterNew t)
 {
     t.Count();
 }
示例#2
0
文件: cs0121-10.cs 项目: nobled/mono
	static void Foo (IListCounterNew t)
	{
		t.Count ();
	}