public class ConcurrentIndexedDictionary<TKey, TValue>
Public Class ConcurrentIndexedDictionary(Of TKey, TValue)generic<typename TKey, typename TValue>
public ref class ConcurrentIndexedDictionary| ConcurrentIndexedDictionaryTKey, TValue | Initializes a new instance of the ConcurrentIndexedDictionaryTKey, TValue class |
| Count | Gets the number of items in the dictionary. |
| Item | Gets the value at the specified index in the dictionary. |
| Add | Adds a key-value pair to the dictionary, and returns the index at which it was added. |
| 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) |
| Get | Gets the value associated with the specified key in the dictionary. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetOrAdd | Gets the value associated with the specified key from the dictionary, or adds it if not found. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IndexOf | Gets the index of the specified key in the dictionary. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |