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