Tournament Docs Tournament Docs
Tournament Docs Tournament Docs

Search Results for

    Edit this page

    Class Program

    The main entry point for the Tournaments Web application.

    Inheritance
    object
    Program
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Tournaments.Web
    Assembly: Tournaments.Web.dll
    Syntax
    public class Program

    Methods

    | Edit this page View Source

    Main(string[])

    The main method which configures and runs the Blazor WebAssembly application.

    Declaration
    public static Task Main(string[] args)
    Parameters
    Type Name Description
    string[] args

    The command-line arguments.

    Returns
    Type Description
    Task