Метод | Описание | |
---|---|---|
Main ( Array args ) : void |
The main entry point for the application.
|
|
Main ( string args ) : void |
The main entry point for the application.
|
public static Main ( Array args ) : void | ||
args | Array | |
Результат | void |
public static Main ( string args ) : void | ||
args | string | |
Результат | void |