"Ambiguous reference" pb

I use Telerik web controls and I have a little problem with their RadTreeNode. Resharper displays an "Ambiguous reference" when I use the "Parent" field of the RadTreeNode class, because this class inherits from System.Web.UI.Control in which is defined a "Parent" property. So resharper is lost between the RadTreeNode.Parent public field and Control.Parent property. But I have no compilation errors (I don't understand how it is possible but it is the case), so resharper should not display this message.

0

Please sign in to leave a comment.