C# 클래스 Example.Second

파일 보기 프로젝트 열기: cdrnet/docu

공개 프로퍼티들

프로퍼티 타입 설명
aField string

공개 메소드들

메소드 설명
ReturnType ( ) : string
SecondMethod ( ) : void
SecondMethod2 ( string one, int two ) : void
SecondMethod3 ( string one, First two ) : void

메소드 상세

ReturnType() 공개 메소드

public ReturnType ( ) : string
리턴 string

SecondMethod() 공개 메소드

public SecondMethod ( ) : void
리턴 void

SecondMethod2() 공개 메소드

public SecondMethod2 ( string one, int two ) : void
one string
two int
리턴 void

SecondMethod3() 공개 메소드

public SecondMethod3 ( string one, First two ) : void
one string
two First
리턴 void

프로퍼티 상세

aField 공개적으로 프로퍼티

public string aField
리턴 string