Click or drag to resize

BasePropertiesClone Method

version: 10.21.0
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: 10.21.0
Syntax
C#
public virtual Object Clone()

Return Value

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

Implements

ICloneableClone
See Also