OrgPropertyClone Method

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

Definition

Namespace: FolkerKinzel.VCards.Models.Properties
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public override Object Clone()

Return Value

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

Implements

ICloneableClone

See Also