System.Application.Program.Main C# (CSharp) Method

Main() static private method

static private Main ( Array args ) : void
args Array
return void
        static void Main(string[] args)
        {
            // if you want to use a different Application Delegate class from "AppDelegate"
            // you can specify it here.
            UIApplication.Main(args, null, AppDelegate.Name);
        }
    }
Program