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

naked_type_constraints_1() private méthode

private naked_type_constraints_1 ( ) : void
Résultat void
		public void naked_type_constraints_1()
		{
			RunCompilerTestCase(@"naked-type-constraints-1.boo");
		}
		
GenericsTestFixture