CadLineTypesDictionary Methods |
The CadLineTypesDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(Object, Object) |
Adds an element with the provided key and value to the
IDictionary object.
(Inherited from NonGenericDictionary.) |
![]() | Add(String, CadLineTypeTableObject) |
Adds a CadLineTypeTableObject to the dictionary.
|
![]() | Clear |
Removes all elements from the
IDictionary object.
(Inherited from NonGenericDictionary.) |
![]() | Clone |
Clones the dictionary.
|
![]() | Contains |
Determines whether the
IDictionary object contains an element with the specified key.
(Inherited from NonGenericDictionary.) |
![]() | ContainsKey |
Determines whether CadLineTypeTableObject contained within this dictionary.
|
![]() | CopyTo |
Copies the elements of the
ICollection to an
Array, starting at a particular
Array index.
(Inherited from NonGenericDictionary.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Gets the enumerator.
(Inherited from NonGenericDictionary.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove(Object) |
Removes the element with the specified key from the
IDictionary object.
(Inherited from NonGenericDictionary.) |
![]() | Remove(String) |
Removes the CadLineTypeTableObject with the specified key.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue |
Gets the value associated with the specified key.
|