NTDictionary Class

GF Charts Help
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public methodNTDictionary
Top
Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the DictionaryBase instance.
(Inherited from DictionaryBase.)
Top
Methods

  NameDescription
Public methodClear
Clears the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Public methodClone
Public methodCopyTo
Copies the DictionaryBase elements to a one-dimensional Array at the specified index.
(Inherited from DictionaryBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance.
(Inherited from DictionaryBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events

  NameDescription
Public eventClearComplete
Public eventInsertComplete
Public eventRemoveComplete
Top
See Also

Reference