Click or drag to resize

Properties Class

Collection that maps a string to a string.
Inheritance Hierarchy

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class Properties : Dictionary

The Properties type exposes the following members.

Constructors
  NameDescription
Public methodProperties
Initializes a new instance of the Properties class
Protected methodProperties(SerializationInfo, StreamingContext)
Initializes a new instance of the Properties class
Top
Methods
  NameDescription
Public methodCopy
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
Public methodEquals(Properties)
Compares one properties set to another.
Public methodGetHashCode
Returns a hash code for this instance.
Top
See Also