ScopedAttributeContainer
An attribute container that allows dynamic member lookup of its contents within the specified attribute scope.
Declaration
@dynamicMemberLookup struct ScopedAttributeContainer<S> where S : AttributeScopeOverview
Use a ScopedAttributeContainer when you need to disambiguate between attributes that exist in several attribute scopes that your app uses.