Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
CastleTests
Components
TwoCtorsWithDefaultValue
C# Class CastleTests.Components.TwoCtorsWithDefaultValue
Mostrar archivo
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