Свойство | Type | Description | |
---|---|---|---|
DummyField | string |
Méthode | Description | |
---|---|---|
DummyMethod ( int arg1 ) : string |
A dummy method
|
Méthode | Description | |
---|---|---|
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 |
Résultat | string |