LocalizableStringClone Method

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

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public Object Clone()

Return Value

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

Implements

ICloneableClone

See Also