C# Class Rosetta.Executable.ConversionArguments

A class providing all possible conversion parameters needed.
This class does not include validation logic. Validation of the different arguments might occurr at different times, thus it is not performed here.
Inheritance: ICloneable
Mostrar archivo Open project: andry-tino/Rosetta Class Usage Examples

Public Methods

Method Description
Clone ( ) : object

Clones the object.

Method Details

Clone() public method

Clones the object.
public Clone ( ) : object
return object