CosDictionary Methods

The CosDictionary type exposes the following members.

Methods

  NameDescription
Public methodAddBoolean
Adds the specified key and a new CosBoolean object to the dictionary.
Public methodAddName
Adds the specified key and a new CosName object to the dictionary.
Public methodAddNumber(String, Double)
Adds the specified key and a new real object to the dictionary.
Public methodAddNumber(String, Int64)
Adds the specified key and a new integer object to the dictionary.
Public methodAddString
Adds the specified key and a new CosString object to the dictionary.
Public methodContainsKey
Determines whether this CosDictionary contains the specified key.
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemove
Removes the value with the specified key from the CosDictionary.
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.

See Also