Inheritance Hierarchy
System.CollectionsDictionaryBase
GF.Clients.Charts.Custom.NinjaTrader.CbiNTDictionary
GF.Clients.Charts.Custom.NinjaTrader.CbiNTDictionaryTTKey, TValue
Namespace: GF.Clients.Charts.Custom.NinjaTrader.Cbi
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
Type Parameters
- TKey
- TValue
The NTDictionaryTTKey, TValue type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase.) | |
| Item | ||
| Values |
Methods
| Name | Description | |
|---|---|---|
| Clear | Clears the contents of the DictionaryBase instance. (Inherited from DictionaryBase.) | |
| Clone | (Inherited from NTDictionary.) | |
| Contains | ||
| CopyTo | Copies the DictionaryBase elements to a one-dimensional Array at the specified index. (Inherited from DictionaryBase.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator | Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance. (Inherited from DictionaryBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Events
| Name | Description | |
|---|---|---|
| ClearComplete | (Inherited from NTDictionary.) | |
| InsertComplete | (Inherited from NTDictionary.) | |
| RemoveComplete | (Inherited from NTDictionary.) |
See Also