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

nullable_1() 개인적인 메소드

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