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

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

private enumerable_shorthand_1 ( ) : void
Результат void
		public void enumerable_shorthand_1()
		{
			RunCompilerTestCase(@"enumerable-shorthand-1.boo");
		}
		
GenericsTestFixture