'Declaration
<NotNullAttribute()> Public Overloads Shared Function Add( _ ByVal first As DAPropertyIdSet, _ ByVal second As DAPropertyIdSet _ ) As DAPropertyIdSet
'Usage
Dim first As DAPropertyIdSet Dim second As DAPropertyIdSet Dim value As DAPropertyIdSet value = DAPropertyIdSet.Add(first, second)
[NotNull()] public static DAPropertyIdSet Add( DAPropertyIdSet first, DAPropertyIdSet second )
[NotNull()] public: static DAPropertyIdSet^ Add( 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).