Castle.MicroKernel.Tests.RuntimeParameters.CompC.CompC C# (CSharp) Method

CompC() public method

public CompC ( int test ) : Castle.Core
test int
return Castle.Core
		public CompC(int test)
		{
			this.test = test;
		}
	}
CompC