NDoc 1.3.1 SDK

ReferencePath Constructor

Initializes a new instance of the ReferencePath class.

Overload List

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);

See Also

ReferencePath Class | NDoc.Core Namespace