Click or drag to resize

IProperties Interface

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

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

The IProperties type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of properties.
Top
Methods
  NameDescription
Public methodClear
Clears the properties.
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Top
See Also