The following tables list the members exposed by ListCollection.
Name | Description | |
---|---|---|
ListCollection Constructor | Creates an instance of the ListCollection object. |
Name | Description | |
---|---|---|
Count | Gets the number of key/value pairs contained in the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary) | |
IsFixedSize | Gets a value indicating whether the ListDictionary has a fixed size. (Inherited from System.Collections.Specialized.ListDictionary) | |
IsReadOnly | Gets a value indicating whether the ListDictionary is read-only. (Inherited from System.Collections.Specialized.ListDictionary) | |
IsSynchronized | Gets a value indicating whether the ListDictionary is synchronized (thread safe). (Inherited from System.Collections.Specialized.ListDictionary) | |
Item | Gets or sets the value associated with the specified key. (Inherited from System.Collections.Specialized.ListDictionary) | |
Keys | Gets an ICollection containing the keys in the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary) | |
SyncRoot | Gets an object that can be used to synchronize access to the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary) | |
Values | Gets an ICollection containing the values in the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a single or multiple items using a string. | |
Clear | Removes all entries from the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary) | |
Contains | Determines whether the ListDictionary contains a specific key. (Inherited from System.Collections.Specialized.ListDictionary) | |
CopyTo | Copies the ListDictionary entries to a one-dimensional Array instance at the specified index. (Inherited from System.Collections.Specialized.ListDictionary) | |
FromDictionary | Creates a ListCollection object from a ListDictionary. | |
GetEnumerator | Returns an IDictionaryEnumerator that iterates through the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary) | |
Remove | Removes the entry with the specified key from the ListDictionary. (Inherited from System.Collections.Specialized.ListDictionary) | |
ToString | Overridden. |
Implicit Type Conversion | Overloaded. |