BooCompiler.Tests.GenericsTestFixture.naked_type_constraints_1 C# (CSharp) Метод

naked_type_constraints_1() приватный Метод

private naked_type_constraints_1 ( ) : void
Результат void
		public void naked_type_constraints_1()
		{
			RunCompilerTestCase(@"naked-type-constraints-1.boo");
		}
		
GenericsTestFixture