LocalizableStringClone Method |
Creates a new object that is a copy of the current instance.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
SyntaxPublic Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Object
A new object that is a copy of this instance.
Implements
ICloneableClone
See Also