C# Class Stumps.Examples.HelloWorldFluentApi.Program

A class that provides the primary entry point for the application.
Afficher le fichier Open project: Cayan-LLC/stumps

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.
Résultat void