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

mixed_ref_parameter_1() private method

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