C# Класс Stumps.Examples.HelloWorldApi.Program

A class that provides the primary entry point for the application.
Показать файл Открыть проект

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

Метод Описание
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.
Результат void