예제 #1
0
파일: cs1108.cs 프로젝트: nlhepler/mono
	public void Foo (ref out int)
	{
	}
예제 #2
0
 static void Foo(this out string s)
 {
 }