ReadOnlyDictionary<'TKey, 'TValue>
Defined in IrcDotNet.dll.
Represents a read-only collection of keys and values.
Instance members
Instance member | Description |
Count
Signature: int
Modifiers: abstract |
Gets the number of key/value pairs contained in the dictionary. |
[()]
Signature: unit -> 'TKey
Modifiers: abstract |
Gets or sets the element with the specified key. |
Keys
Signature: ICollection<'TKey>
Modifiers: abstract |
Gets a collection containing the keys in the dictionary. |
Values
Signature: ICollection<'TValue>
Modifiers: abstract |
Gets a collection containing the values in the dictionary. |