BooCompiler.Tests.GenericsTestFixture.mixed_ref_parameter_2 C# (CSharp) Method

mixed_ref_parameter_2() private method

private mixed_ref_parameter_2 ( ) : void
return void
		public void mixed_ref_parameter_2()
		{
			RunCompilerTestCase(@"mixed-ref-parameter-2.boo");
		}
		
GenericsTestFixture