Click or drag to resize

Utils_XmlGetObjectCopyT Method

Gets a copy of an object using serialization/deserialization.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static T GetObjectCopy<T>(
	T obj
)

Parameters

obj
Type: T
The object copy.

Type Parameters

T

Return Value

Type: T
A copy of the object.
See Also