Hi!
I'm trying to use BindingFlags and GetType().GetProperties() on a xamarin forms app. I have using System.Reflection on the top of the class, but i'm always getting "the name BindingFlags does not exist in the current context".
Do i need to add some package or some lib?
Thanks