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