C# Class Castle.MicroKernel.Tests.ClassComponents.HasTwoConstructors4

Show file Open project: castleproject/Windsor

Public Methods

Method Description
HasTwoConstructors4 ( SimpleComponent1 x )
HasTwoConstructors4 ( string text, SimpleComponent1 x, SimpleComponent2 y )

Method Details

HasTwoConstructors4() public method

public HasTwoConstructors4 ( SimpleComponent1 x )
x SimpleComponent1

HasTwoConstructors4() public method

public HasTwoConstructors4 ( string text, SimpleComponent1 x, SimpleComponent2 y )
text string
x SimpleComponent1
y SimpleComponent2