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
The current specification for MEF attributes functionality
does not explicitly state whether it allows duplicates or not.
Is it implicitly unique? (like XML attributes or Object attributes/properties)
The situation with duplicates would be complicated
because variables can inherit and override container attributes.
The current specification for MEF attributes functionality
does not explicitly state whether it allows duplicates or not.
Is it implicitly unique? (like XML attributes or Object attributes/properties)
The situation with duplicates would be complicated
because variables can inherit and override container attributes.
Consider the following example:
If duplicate attributes were allowed,
which 'room' attribute would event 'pump' override? (all of them?)
An analogy for the dilemma can be set vs. multiset.
It is just not clear/explicit what the MEF wants.
The text was updated successfully, but these errors were encountered: