CadLineTypesDictionary
CadLineTypesDictionary class
public class CadLineTypesDictionary : NonGenericDictionary, ICloneable
Constructors
Properties
Name |
Description |
CadSymbolTableGroupCodes { get; set; } |
|
Count { get; } |
Gets the number of elements contained in the ICollection. |
IsFixedSize { get; } |
Gets a value indicating whether the IDictionary object has a fixed size. |
IsReadOnly { get; } |
Gets a value indicating whether the IDictionary object is read-only. |
IsSynchronized { get; } |
Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
Item { get; set; } |
(2 indexers) |
Keys { get; } |
Gets an ICollection object containing the keys of the IDictionary object. |
KeysTyped { get; } |
|
SyncRoot { get; } |
Gets an object that can be used to synchronize access to the ICollection. |
Values { get; } |
Gets an ICollection object containing the values in the IDictionary object. |
ValuesTyped { get; } |
|
Methods
Name |
Description |
Add(object, object) |
Adds an element with the provided key and value to the IDictionary object. |
Add(string, CadLineTypeTableObject) |
|
Clear() |
Removes all elements from the IDictionary object. |
Clone() |
|
Contains(object) |
Determines whether the IDictionary object contains an element with the specified key. |
ContainsKey(string) |
|
CopyTo(Array, int) |
Copies the elements of the ICollection to an Array, starting at a particular Array index. |
GetEnumerator() |
Gets the enumerator. |
Remove(object) |
Removes the element with the specified key from the IDictionary object. |
Remove(string) |
|
TryGetValue(string, out CadLineTypeTableObject) |
|
See Also