Click or drag to resize

ReadOnlyHashTable Class

Immutable Hashtable
Inheritance Hierarchy
SystemObject
  System.CollectionsHashtable
    Micros.PosCore.ExtensibilityReadOnlyHashTable

Namespace: Micros.PosCore.Extensibility
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public class ReadOnlyHashTable : Hashtable

The ReadOnlyHashTable type exposes the following members.

Constructors
 NameDescription
Public methodReadOnlyHashTableInitializes a new instance of the ReadOnlyHashTable class
Public methodReadOnlyHashTable(Boolean)Initializes a new instance of the ReadOnlyHashTable class
Top
Properties
 NameDescription
Public propertyIsReadOnly
(Overrides HashtableIsReadOnly)
Public propertyItem
(Overrides HashtableItemObject)
Top
Methods
 NameDescription
Public methodAdd
(Overrides HashtableAdd(Object, Object))
Top
See Also