C# Class ConsoleExample.Program

Show file Open project: Cayan-LLC/netty

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 passed to the application.
return void