C# Класс ConsoleExample.Program

Показать файл Открыть проект

Открытые методы

Метод Описание
Main ( string args ) : void

Defines the entry point of the application.

Описание методов

Main() публичный статический Метод

Defines the entry point of the application.
public static Main ( string args ) : void
args string The command-line arguments passed to the application.
Результат void