NDoc 1.3.1 SDK

ReferencePath Constructor (ReferencePath)

Initializes a new instance of the ReferencePath class from an existing ReferencePath instance.

[Visual Basic]
Public Sub New( _ 
   ByVal refPath As ReferencePath _ 
)
[C#]
public ReferencePath(
   ReferencePath refPath
);
[C++]
public: ReferencePath(
   ReferencePath* refPath
);
[JScript]
public function ReferencePath(
   ReferencePath refPath
);

Parameters

refPath
An existing ReferencePath instance.

Exceptions

Exception TypeCondition
ArgumentNullExceptionrefPath is a a null reference (Nothing in Visual Basic).

See Also

ReferencePath Class | NDoc.Core Namespace | ReferencePath Constructor Overload List