Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CastleTests
Components
TwoCtorsWithDefaultValue
C# 클래스 CastleTests.Components.TwoCtorsWithDefaultValue
파일 보기
프로젝트 열기: castleproject/Windsor
공개 메소드들
메소드
설명
TwoCtorsWithDefaultValue
(
int
age
= 100 )
TwoCtorsWithDefaultValue
(
string
name
= "Stefan Mucha" )
메소드 상세
TwoCtorsWithDefaultValue()
공개
메소드
public
TwoCtorsWithDefaultValue
(
int
age
= 100 )
age
int
TwoCtorsWithDefaultValue()
공개
메소드
public
TwoCtorsWithDefaultValue
(
string
name
= "Stefan Mucha" )
name
string