AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Clones the specified object.

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

Syntax


public static T Clone<T>(
	T obj
)

Type Parameters

T

Parameters

obj
Type: T
The object.

Return Value

T.