ActionEngineUtilDeepCopyT Method
Return a new instance of the provided item.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static T DeepCopy<T>(
T item
)
Public Shared Function DeepCopy(Of T) (
item As T
) As T
No code example is currently available or this language may not be supported.
- item T
-
Reference to the item to be copied.
- T
-
The concrete type of object to copy.
T
Reference to a completely new instance of the file action item
provided by the caller.