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
public class NTDictionary : DictionaryBase, IDictionary, ICollection, IEnumerable, ICloneable
The NTDictionary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NTDictionary |
Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase.) |
Methods
Name | Description | |
---|---|---|
![]() | Clear | Clears the contents of the DictionaryBase instance. (Inherited from DictionaryBase.) |
![]() | Clone | |
![]() | 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 | |
![]() | InsertComplete | |
![]() | RemoveComplete |
See Also