Solclient
BasePropertiesClone Method |
Creates a new object that is a deep copy of the current instance.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public virtual Object Clone()
Public Overridable Function Clone As Object
public: virtual Object^ Clone()
Return Value
Type: ObjectA new object that is a deep copy of this instance.
Implements
ICloneableCloneSee Also