10.24.0

IProperties Interface

Super interface for all properties. This interface is used in builder/factory design patterns.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public interface IProperties : ICloneable
Implements
ICloneable

Properties

Count Returns the number of properties.

Methods

Clear Clears the properties.
CloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)

See Also