'Declaration
<NotNullAttribute()> Public Operator +( _ ByVal first As UAEndpointDescriptorCollection, _ ByVal second As UAEndpointDescriptorCollection _ ) As UAEndpointDescriptorCollection
'Usage
[NotNull()] public UAEndpointDescriptorCollection operator +( UAEndpointDescriptorCollection first, UAEndpointDescriptorCollection second )
[NotNull()] public: UAEndpointDescriptorCollection^ operator +( UAEndpointDescriptorCollection^ first, UAEndpointDescriptorCollection^ second )
Parameters
- first
- First endpoint descriptor collection.
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 endpoint descriptor collection.
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).