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
[RestrictTo(Namespace="Baz")]publicclassFoo{}namespaceBar{classC:Foo{}// Error: Usage of 'Foo' is only allowed in namespace 'Baz'}namespaceBaz{classC:Foo{}// No error}
The attribute can be applied to class, record, struct, enum, delegate, property, field, method, constructor, event, etc
The text was updated successfully, but these errors were encountered:
The attribute can be applied to
class
,record
,struct
,enum
,delegate
, property, field, method, constructor, event, etcThe text was updated successfully, but these errors were encountered: