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