ActionEngineUtilDeepCopyT Method

Return a new instance of the provided item.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public static T DeepCopy<T>(
	T item
)

Parameters

item  T
Reference to the item to be copied.

Type Parameters

T
The concrete type of object to copy.

Return Value

T
Reference to a completely new instance of the file action item provided by the caller.

See Also