C# Class Stumps.Examples.HelloWorldApi.Program

A class that provides the primary entry point for the application.
ファイルを表示 Open project: Cayan-LLC/stumps

Public Methods

Method Description
Main ( string args ) : void

Defines the entry point of the application.

Method Details

Main() public static method

Defines the entry point of the application.
public static Main ( string args ) : void
args string The command-line arguments.
return void