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.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
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