CookielessData Properties

  Name Description
Public property Count  Gets the number of key/value pairs contained in the HybridDictionary. (inherited from HybridDictionary)
Public property IsFixedSize  Gets a value indicating whether the HybridDictionary has a fixed size. (inherited from HybridDictionary)
Public property IsReadOnly  Gets a value indicating whether the HybridDictionary is read-only. (inherited from HybridDictionary)
Public property IsSynchronized  Gets a value indicating whether the HybridDictionary is synchronized (thread safe). (inherited from HybridDictionary)
Public property Item  Gets or sets the value associated with the specified key. (inherited from HybridDictionary)
Public property Keys  Gets an ICollection containing the keys in the HybridDictionary. (inherited from HybridDictionary)
Public property SyncRoot  Gets an object that can be used to synchronize access to the HybridDictionary. (inherited from HybridDictionary)
Public property Values  Gets an ICollection containing the values in the HybridDictionary. (inherited from HybridDictionary)
Top

Community Additions

ADD
Show: