FilePath.Clone Method

HTML to MAML Converter

FilePathClone Method
This returns a clone of the object

Namespace: SandcastleBuilder.Utils
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public Object Clone()
Public Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object 
override Clone : unit -> Object 

Return Value

Type: Object
A clone of the object

Implements

ICloneableClone
See Also