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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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