Contents

ScopedAttributeContainer

An attribute container that allows dynamic member lookup of its contents within the specified attribute scope.

Declaration

@dynamicMemberLookup struct ScopedAttributeContainer<S> where S : AttributeScope

Overview

Use a ScopedAttributeContainer when you need to disambiguate between attributes that exist in several attribute scopes that your app uses.

Topics

Accessing Attribute Keys

See Also

Using Defined Attributes