Click or drag to resize

ReadOnlyDictionary Methods

The ReadOnlyDictionary type exposes the following members.

Methods
  NameDescription
Public methodContains
Checks if a given key is present in the dictionary
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetArray
Gets the value of a given key as an IReadOnlyArray
Public methodGetBlob
Gets the value of a given key as a Blob
Public methodGetBoolean
Gets the value of a given key as a Boolean
Public methodGetDate
Gets the value of a given key as a DateTimeOffset
Public methodGetDictionary
Gets the value of a given key as a readonly dictionary
Public methodGetDouble
Gets the value of a given key as a Double
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetInt
Gets the value of a given key as an Int32
Public methodGetLong
Gets the value of a given key as an Int64
Public methodGetObject
Gets the value of a given key as an untyped object
Public methodGetString
Gets the value of a given key as a String
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToDictionary
Public methodToString (Inherited from Object.)
Top
Extension Methods
See Also