BooCompiler.Tests.GenericsTestFixture.generic_method_invocation_2 C# (CSharp) 메소드

generic_method_invocation_2() 개인적인 메소드

private generic_method_invocation_2 ( ) : void
리턴 void
		public void generic_method_invocation_2()
		{
			RunCompilerTestCase(@"generic-method-invocation-2.boo");
		}
		
GenericsTestFixture