Свойство | Тип | Описание | |
---|---|---|---|
DummyField | string |
Метод | Описание | |
---|---|---|
DummyMethod ( int arg1 ) : string |
A dummy method
|
Метод | Описание | |
---|---|---|
Main ( string args ) : void |
The entry point of the application This is the unique functional method. All others are dummies |
|
PrivateMethod ( ) : void |
A private method
|
public DummyMethod ( int arg1 ) : string | ||
arg1 | int | An integer argument |
Результат | string |