Метод | Описание | |
---|---|---|
MyClass ( ) | ||
MyClass ( int a, string b ) | ||
SomeMethod ( ) : int | ||
SomeMethodWithClass ( |
||
SomeMethodWithMultipleParameters ( int a, string b, |
||
SomeMethodWithParam ( int id ) : int | ||
StaticMethod ( ) : void |
public SomeMethodWithClass ( |
||
cl | ||
Результат | int |
public SomeMethodWithMultipleParameters ( int a, string b, |
||
a | int | |
b | string | |
cl | ||
Результат | int |
public SomeMethodWithParam ( int id ) : int | ||
id | int | |
Результат | int |