You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only fields, properties, and methods (dependent on issues #2) directly on the
instance of the class being watched are shown as children. Child members from
inherited (not overridden) classes and explicit interface implementations
(normal for F# classes, but not as normal for other .NET framework classes)
should also be shown. Their names should be qualified by the base / interface
name, but ordered by the (case-insensitive as usual) member name. Redundancy
should be avoided within public / non-public divisions, resolving to the
sub-most class / interface.
Original issue reported on code.google.com by [email protected] on 19 May 2011 at 1:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 May 2011 at 1:44The text was updated successfully, but these errors were encountered: