CadLayoutDictionary Methods |
The CadLayoutDictionary 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, CadLayout) |
Adds a CadLayout 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 CadLayout 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 CadLayout 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.
|