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

ThreeEmptyServiceDependenciesPropertyAndManyCtors() public method

public ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one ) : CastleTests.Components
one IEmptyService
return CastleTests.Components
		public ThreeEmptyServiceDependenciesPropertyAndManyCtors(IEmptyService one)
		{
			One = one;
		}

Same methods

ThreeEmptyServiceDependenciesPropertyAndManyCtors::ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one, A>.IDoubleGeneric two ) : CastleTests.Components
ThreeEmptyServiceDependenciesPropertyAndManyCtors::ThreeEmptyServiceDependenciesPropertyAndManyCtors ( IEmptyService one, IEmptyService two, IEmptyService three ) : CastleTests.Components
ThreeEmptyServiceDependenciesPropertyAndManyCtors