![]() | StringDictionaryV Class |
[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.StringDictionary`1"]
Namespace: com.espertech.esper.compat.collections
public class StringDictionary<V> : IStringDictionary<V>, IDictionary, ICollection, IEnumerable, IEnumerable
[Missing <typeparam name="V"/> documentation for "T:com.espertech.esper.compat.collections.StringDictionary`1"]
The StringDictionaryV type exposes the following members.
Name | Description | |
---|---|---|
![]() | StringDictionaryV(Boolean) |
Initializes a new instance of the StringDictionaryV class.
|
![]() | StringDictionaryV(Boolean, IEnumerableT) | Initializes a new instance of the StringDictionaryV class |
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollectionT.
|
![]() | IsCaseSensitive |
Gets or sets a value indicating whether the keys for the dictionary
are case sensitive.
|
![]() | IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
|
![]() | Item |
Gets or sets the element with the specified key.
|
![]() | Keys |
Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
|
![]() | Values |
Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.
|
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairTKey, TValue) | |
![]() | Add(String, V) |
Adds an element with the provided key and value to the IDictionaryTKey, TValue.
|
![]() | Clear |
Removes all items from the ICollectionT.
|
![]() | Contains | |
![]() | ContainsKey |
Determines whether the IDictionaryTKey, TValue contains an element with the specified key.
|
![]() | CopyTo | |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | Remove(KeyValuePairTKey, TValue) | |
![]() | Remove(String) |
Removes the element with the specified key from the IDictionaryTKey, TValue.
|
![]() | TryGetValue |
Gets the value associated with the specified key.
|