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
Is it possible to hide a method from a class? It needs to be public because it implements an interface, but it doesn't make sense to call it directly. Think of explicit interface implementation in C#.