| KeyedList Methods |
The KeyedList type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(DictionaryEntry) |
Adds an element with the specified key and value into the collection
| |
| Add(KeyValuePairObject, Object) |
Adds an element with the specified key and value into the collection
| |
| Add(Object, Object) |
Adds an element with the specified key and value into the collection
| |
| Clear |
Removes all elements from the collection
| |
| Contains |
Determines whether the collection contains a specific key
| |
| ContainsValue |
Determines whether the collection contains a specific value
| |
| CopyTo |
Copies the collection values to a one-dimensional array instance at the specified index.
| |
| GetSchema |
Returns the XML schema used when serializing the object
| |
| IndexOf |
Gets a zero-based index of the object identified by the specified key
| |
| Insert |
Insert an element with the specified key and value into the collection at the given position
| |
| ReadXml |
Generates a KeyedList from its XML representation
| |
| Remove |
Removes the element with the specified key from the collection
| |
| RemoveAt |
Removes the element with the specified key from the collection
| |
| Replace |
Replace an element with the specified key and value into the collection at the given position
| |
| Sort |
Sorts the items of this collection according the given rule
| |
| WriteXml |
Converts a KeyedList into its XML representation
|