Свойство | Тип | Описание | |
---|---|---|---|
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 |