The CosDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddBoolean |
Adds the specified key and a new CosBoolean object to the dictionary.
|
![]() | AddName |
Adds the specified key and a new CosName object to the dictionary.
|
![]() | AddNumber(String, Double) |
Adds the specified key and a new real object to the dictionary.
|
![]() | AddNumber(String, Int64) |
Adds the specified key and a new integer object to the dictionary.
|
![]() | AddString |
Adds the specified key and a new CosString object to the dictionary.
|
![]() | ContainsKey |
Determines whether this CosDictionary contains the specified key.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Remove |
Removes the value with the specified key from the CosDictionary.
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue |
Gets the value associated with the specified key.
|