프로퍼티 | 타입 | 설명 | |
---|---|---|---|
aField | string |
메소드 | 설명 | |
---|---|---|
ReturnType ( ) : string | ||
SecondMethod ( ) : void | ||
SecondMethod2 ( string one, int two ) : void | ||
SecondMethod3 ( string one, First two ) : void |
public SecondMethod2 ( string one, int two ) : void | ||
one | string | |
two | int | |
리턴 | void |
public SecondMethod3 ( string one, First two ) : void | ||
one | string | |
two | First | |
리턴 | void |