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
Type declaration of interface should be moved inside namespace, although it then requires user to type Namespace.Interface, it avoids errors when importing both the namespace and the type.
Type declaration of
interface
should be moved inside namespace, although it then requires user to typeNamespace.Interface
, it avoids errors when importing both the namespace and the type.becomes
So that you could here use
TagResult
(asTagResult.TagResult
) andTagResult.Type
without any problems, ambiguity or IDE miscomprehension.The text was updated successfully, but these errors were encountered: