 | IProperties Interface |
version: 10.11.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.11.0
Syntaxpublic interface IProperties : ICloneable
Public Interface IProperties
Inherits ICloneable
public interface class IProperties : ICloneable
The IProperties type exposes the following members.
Properties
| Name | Description |
---|
 | Count |
Returns the number of properties.
|
Top
Methods
| Name | Description |
---|
 | Clear |
Clears the properties.
|
 | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) |
Top
See Also