C# Class CastleTests.Components.TwoCtorsWithDefaultValue

Exibir arquivo Open project: castleproject/Windsor

Public Methods

Method Description
TwoCtorsWithDefaultValue ( int age = 100 )
TwoCtorsWithDefaultValue ( string name = "Stefan Mucha" )

Method Details

TwoCtorsWithDefaultValue() public method

public TwoCtorsWithDefaultValue ( int age = 100 )
age int

TwoCtorsWithDefaultValue() public method

public TwoCtorsWithDefaultValue ( string name = "Stefan Mucha" )
name string