Click or drag to resize

SerializationCloneObjectT Method

Note: This API is now obsolete.

Creates a clone of a serializable object.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.278-beta+c828ae22c788d41a5526bfeb0705a559edbc309e
Syntax
[ObsoleteAttribute("This method will be removed in future builds.")]
public static T CloneObject<T>(
	T sourceObject
)
View Source

Parameters

sourceObject  T
The type source to be cloned.

Type Parameters

T
The type of the cloned object.

Return Value

T
A clone of sourceObject.
See Also