C# Class ConsoleExample.Program

Afficher le fichier Open project: Cayan-LLC/netty

Méthodes publiques

Méthode Description
Main ( string args ) : void

Defines the entry point of the application.

Method Details

Main() public static méthode

Defines the entry point of the application.
public static Main ( string args ) : void
args string The command-line arguments passed to the application.
Résultat void