NTDictionaryTTKey, TValue 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 abstract class NTDictionaryT<TKey, TValue> : NTDictionary

Type Parameters

TKey
TValue

The NTDictionaryTTKey, TValue type exposes the following members.

Properties

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

  NameDescription
Public methodClear
Clears the contents of the DictionaryBase instance.
(Inherited from DictionaryBase.)
Public methodClone (Inherited from NTDictionary.)
Public methodContains
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 (Inherited from NTDictionary.)
Public eventInsertComplete (Inherited from NTDictionary.)
Public eventRemoveComplete (Inherited from NTDictionary.)
Top
See Also

Reference