메소드 | 설명 | |
---|---|---|
MyClass ( ) | ||
MyClass ( int a, string b ) | ||
SomeMethod ( ) : int | ||
SomeMethodWithClass ( |
||
SomeMethodWithMultipleParameters ( int a, string b, |
||
SomeMethodWithParam ( int id ) : int | ||
StaticMethod ( ) : void |
public SomeMethodWithMultipleParameters ( int a, string b, |
||
a | int | |
b | string | |
cl | ||
리턴 | int |