Applabtodotesting.App.App C# (CSharp) Метод

App() публичный Метод

public App ( ) : System
Результат System
        public App()
        {
            // The root page of your application
            MainPage = new NavigationPage(new TodoList());
        }