'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public Operator +( _ ByVal first As DAPropertyIdSet, _ ByVal second As DAPropertyIdSet _ ) As DAPropertyIdSet
'Usage
[ElementsNotNull()] [NotNull()] public DAPropertyIdSet operator +( DAPropertyIdSet first, DAPropertyIdSet second )
[ElementsNotNull()] [NotNull()] public: DAPropertyIdSet^ operator +( DAPropertyIdSet^ first, DAPropertyIdSet^ second )
Parameters
- first
- First property set.
- second
- Second property set.
Return Value
A property set that contains elements from both input property sets, excluding duplicates.