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

nullable_2() 개인적인 메소드

private nullable_2 ( ) : void
리턴 void
		public void nullable_2()
		{
			RunCompilerTestCase(@"nullable-2.boo");
		}
		
GenericsTestFixture