NDoc 1.3.1 SDK

FilePath Constructor (FilePath)

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

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

Parameters

path
An existing FilePath.

See Also

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