'Declaration
<NotNullAttribute()> Public Operator +( _ ByVal first As DAPropertyIdSet, _ ByVal second As DAPropertyIdSet _ ) As DAPropertyIdSet
'Usage
[NotNull()] public DAPropertyIdSet operator +( DAPropertyIdSet first, DAPropertyIdSet second )
[NotNull()] public: DAPropertyIdSet^ operator +( DAPropertyIdSet^ first, DAPropertyIdSet^ second )
Parameters
- first
- First property set.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic). - second
- Second property set.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).The individual elements of the parameter value cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).