'Declaration
Public Function New( _ ByVal browsePathParser As UABrowsePathParser _ )
'Usage
Dim browsePathParser As UABrowsePathParser Dim instance As New UABrowsePathParser(browsePathParser)
public UABrowsePathParser( UABrowsePathParser browsePathParser )
public: UABrowsePathParser( UABrowsePathParser^ browsePathParser )
Parameters
- browsePathParser
- The browse path parser object to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).