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.181-beta
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