I am using a class that extends Java.Lang.Object to work with an interface. It gets created without a problem.
In one part of the code I call a method that returns this object. When I debug the app, I can see the properties that I have created in the object. But I can not see them in the editor. Xamarin studio will not compile if I force in the properties (No definition). But I know that it is there. When I debug I see everything in the watch.
Does anyone have a tip on how to get to the properties?