StringHelper..::..Clone<(Of <(<'T>)>)> Method

Makes a copy from the object. Doesn't copy the reference memory, only data.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static T Clone<T>(
	Object item
)

Type Parameters

T
Type of the return object.

Parameters

item
Type: Object
Object to be copied.

Return Value

Returns the copied object.