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.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
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