Castle.MicroKernel.Tests.ClassComponents.ClassWithTwoParametersWithSameType.ClassWithTwoParametersWithSameType C# (CSharp) Method

ClassWithTwoParametersWithSameType() public method

public ClassWithTwoParametersWithSameType ( ICommon one, ICommon two )
one ICommon
two ICommon
		public ClassWithTwoParametersWithSameType(ICommon one, ICommon two)
		{
			this.one = one;
			this.two = two;
		}
ClassWithTwoParametersWithSameType