BooCompiler.Tests.GenericsTestFixture.generic_list_of_callable C# (CSharp) 메소드

generic_list_of_callable() 개인적인 메소드

private generic_list_of_callable ( ) : void
리턴 void
		public void generic_list_of_callable()
		{
			RunCompilerTestCase(@"generic-list-of-callable.boo");
		}
		
GenericsTestFixture