public class AdapterCollection : Dictionary<Type, AdapterInfo>
Public Class AdapterCollection
Inherits Dictionary(Of Type, AdapterInfo)
public ref class AdapterCollection : public Dictionary<Type^, AdapterInfo^>
Gemstone.Timeseries.Adapters.AdapterCollection = function();
Type.createClass(
'Gemstone.Timeseries.Adapters.AdapterCollection',
Dictionary`2);
AdapterCollection | Initializes a new instance of the AdapterCollection class |
Capacity | Gets the total numbers of elements the internal data structure can hold without resizing. (Inherited from DictionaryType, AdapterInfo) |
Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (Inherited from DictionaryType, AdapterInfo) |
Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue. (Inherited from DictionaryType, AdapterInfo) |
Item | Gets or sets the value associated with the specified key. (Inherited from DictionaryType, AdapterInfo) |
Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (Inherited from DictionaryType, AdapterInfo) |
Values | Gets a collection containing the values in the DictionaryTKey, TValue. (Inherited from DictionaryType, AdapterInfo) |
Add | Adds the specified key and value to the dictionary. (Inherited from DictionaryType, AdapterInfo) |
Clear | Removes all keys and values from the DictionaryTKey, TValue. (Inherited from DictionaryType, AdapterInfo) |
ContainsKey | Determines whether the DictionaryTKey, TValue contains the specified key. (Inherited from DictionaryType, AdapterInfo) |
ContainsValue | Determines whether the DictionaryTKey, TValue contains a specific value. (Inherited from DictionaryType, AdapterInfo) |
EnsureCapacity | Ensures that the dictionary can hold up to a specified number of entries without any further expansion of its backing storage. (Inherited from DictionaryType, AdapterInfo) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetAlternateLookup``1 | Gets an instance of a type that can be used to perform operations on the current DictionaryTKey, TValue using a TAlternateKey as a key instead of a TKey. (Inherited from DictionaryType, AdapterInfo) |
GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValue. (Inherited from DictionaryType, AdapterInfo) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance. (Inherited from DictionaryType, AdapterInfo) Obsolete. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from DictionaryType, AdapterInfo) |
Remove(TKey) | Removes the value with the specified key from the DictionaryTKey, TValue. (Inherited from DictionaryType, AdapterInfo) |
Remove(TKey, TValue) | Removes the value with the specified key from the DictionaryTKey, TValue, and copies the element to the value parameter. (Inherited from DictionaryType, AdapterInfo) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TrimExcess | Sets the capacity of this dictionary to what it would be if it had been originally initialized with all its entries. (Inherited from DictionaryType, AdapterInfo) |
TrimExcess(Int32) | Sets the capacity of this dictionary to hold up a specified number of entries without any further expansion of its backing storage. (Inherited from DictionaryType, AdapterInfo) |
TryAdd | Attempts to add the specified key and value to the dictionary. (Inherited from DictionaryType, AdapterInfo) |
TryGetAlternateLookup``1 | Gets an instance of a type that can be used to perform operations on the current DictionaryTKey, TValue using a TAlternateKey as a key instead of a TKey. (Inherited from DictionaryType, AdapterInfo) |
TryGetValue | Attempts to retrieve the AdapterInfo associated with the specified Type key. |