ToolsCloneT Method

GF Charts Help
Clones the specified object deeply.

Namespace:  GF.Clients.Charts.Utils
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public static T Clone<T>(
	T obj
)

Parameters

obj
Type: T

Type Parameters

T
T must have public parameterless constructor

Return Value

Type: T
See Also

Reference