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

generic_method_invocation_2() private méthode

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