NameItemClone Method
Create a deep copy of the specified item.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static NameItem Clone(
NameItem item
)
Public Shared Function Clone (
item As NameItem
) As NameItem
No code example is currently available or this language may not be supported.
- item NameItem
-
Reference to the item to copy.
NameItem
Reference to the new clone of the caller's item.