ListCollection Class Members
The following tables list the members exposed by ListCollection.
Public Constructors
| Name | Description | |
|---|---|---|
|  | ListCollection Constructor | 
Public Properties
| Name | Description | |
|---|---|---|
|  | Count | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | IsFixedSize | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | IsReadOnly | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | IsSynchronized | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | Item | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | Keys | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | SyncRoot | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | Values | (Inherited from System.Collections.Specialized.ListDictionary) | 
Public Methods
| Name | Description | |
|---|---|---|
|  | Add | Overloaded. Adds a single or multiple items using a string. | 
|  | Clear | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | Contains | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | CopyTo | (Inherited from System.Collections.Specialized.ListDictionary) | 
|   | FromDictionary | Creates a ListCollection object from a ListDictionary. | 
|  | GetEnumerator | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | Remove | (Inherited from System.Collections.Specialized.ListDictionary) | 
|  | ToString | 
Public Operators
|  Implicit Type Conversion | Overloaded. | 
See Also