Is there any way to declare variable type for class name?
I want to declare an array variable, but I didn’t know what the type is this. MyApp.MainPage I’ll use it for my array type. public static class[] MyArray = {MyApp.HomePage, MyApp.SettingsPage}; …