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

HasTwoConstructors3() public method

public HasTwoConstructors3 ( SimpleComponent1 x, SimpleComponent2 y )
x SimpleComponent1
y SimpleComponent2
		public HasTwoConstructors3(SimpleComponent1 x, SimpleComponent2 y)
		{
			X = x;
			Y = y;
		}
	}

Same methods

HasTwoConstructors3::HasTwoConstructors3 ( SimpleComponent3 a )
HasTwoConstructors3