'Declaration
Public Sub CombineWith( _ ByVal other As UABrowseParameters _ )
'Usage
Dim instance As UABrowseParameters Dim other As UABrowseParameters instance.CombineWith(other)
public void CombineWith( UABrowseParameters other )
public: void CombineWith( UABrowseParameters^ other )
Parameters
- other
- A UABrowseParameters object. The browse parameters to be combined with the current browse parameters.