BooCompiler.Tests.GenericsTestFixture.generic_method_invocation_1 C# (CSharp) Méthode

generic_method_invocation_1() private méthode

private generic_method_invocation_1 ( ) : void
Résultat void
		public void generic_method_invocation_1()
		{
			RunCompilerTestCase(@"generic-method-invocation-1.boo");
		}
		
GenericsTestFixture