AddQualifier proxies the Attribute.AddQualifier method. Note, this method may mutate the current attribute state. If the desire is to clone the Attribute, the Attribute should first be copied before adding the qualifier. Attributes are not copyable by default, so this is a capable that would need t
(Qualifier)
| 95 | // are not copyable by default, so this is a capable that would need to be added to the |
| 96 | // AttributeFactory or specifically to the underlying Attribute implementation. |
| 97 | AddQualifier(Qualifier) (Attribute, error) |
| 98 | |
| 99 | // Qualify replicates the Attribute.Qualify method to permit extension and interception |
| 100 | // of object qualification. |
no outgoing calls
no test coverage detected