NameItemClone Method

Create a deep copy of the specified item.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static NameItem Clone(
	NameItem item
)

Parameters

item  NameItem
Reference to the item to copy.

Return Value

NameItem
Reference to the new clone of the caller's item.

See Also