ResXDataNodeClone Method

Creates a new ResXDataNode that is a copy of the current instance.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public Object Clone()

Return Value

Object
A new ResXDataNode instance that is a copy of this instance.

Implements

ICloneableClone

Exceptions

See Also