Click or drag to resize

CloneSupportCloneObjectT Method

Clones object by creating a new instance and copying all data type values.

Namespace:  PSI.Sox
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
public T CloneObject<T>(
	T obj
)

Parameters

obj
Type: T
Object to Clone

Type Parameters

T

Return Value

Type: T
Clone of Object that was to be cloned.
See Also