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

automatic_generic_method_stub() private méthode

private automatic_generic_method_stub ( ) : void
Résultat void
		public void automatic_generic_method_stub()
		{
			RunCompilerTestCase(@"automatic-generic-method-stub.boo");
		}
		
GenericsTestFixture