Initializes a new instance of the ReferencePath class.
Initializes a new instance of the ReferencePath class.
[Visual Basic] Public Sub New()
[C#] public ReferencePath();
[C++] public: ReferencePath();
[JScript] public function ReferencePath();
Initializes a new instance of the ReferencePath class from an existing ReferencePath instance.
[Visual Basic] Public Sub New(ByVal ReferencePath)
[C#] public ReferencePath(ReferencePath);
[C++] public: ReferencePath(ReferencePath*);
[JScript] public function ReferencePath(ReferencePath);
Initializes a new instance of the ReferencePath class from a given path string.
[Visual Basic] Public Sub New(ByVal String)
[C#] public ReferencePath(string);
[C++] public: ReferencePath(String*);
[JScript] public function ReferencePath(String);
ReferencePath Class | NDoc.Core Namespace