Why when I make a variable of type view I get a:
Error : 'Xamarin.Forms.View.View()' is inaccessible due to its protection level
I'm trying to do it like this:
View content = new View();
Can elements of type "view" be made?
Why when I make a variable of type view I get a:
Error : 'Xamarin.Forms.View.View()' is inaccessible due to its protection level
I'm trying to do it like this:
View content = new View();
Can elements of type "view" be made?