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