XmlHelpers.CloneObject(Object, IFormatter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::Object ^ CloneObject(System::Object ^ source, System::Runtime::Serialization::IFormatter ^ formatter);
public static object CloneObject (object source, System.Runtime.Serialization.IFormatter formatter);
static member CloneObject : obj * System.Runtime.Serialization.IFormatter -> obj
Public Shared Function CloneObject (source As Object, formatter As IFormatter) As Object
Parameters
- source
- Object
- formatter
- IFormatter