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