Click or drag to resize

KeyedList Methods

The KeyedList type exposes the following members.

Methods
  NameDescription
Public methodAdd(DictionaryEntry)
Adds an element with the specified key and value into the collection
Public methodAdd(KeyValuePairObject, Object)
Adds an element with the specified key and value into the collection
Public methodAdd(Object, Object)
Adds an element with the specified key and value into the collection
Public methodClear
Removes all elements from the collection
Public methodContains
Determines whether the collection contains a specific key
Public methodContainsValue
Determines whether the collection contains a specific value
Public methodCopyTo
Copies the collection values to a one-dimensional array instance at the specified index.
Public methodGetSchema
Returns the XML schema used when serializing the object
Public methodIndexOf
Gets a zero-based index of the object identified by the specified key
Public methodInsert
Insert an element with the specified key and value into the collection at the given position
Public methodReadXml
Generates a KeyedList from its XML representation
Public methodRemove
Removes the element with the specified key from the collection
Public methodRemoveAt
Removes the element with the specified key from the collection
Public methodReplace
Replace an element with the specified key and value into the collection at the given position
Public methodSort
Sorts the items of this collection according the given rule
Public methodWriteXml
Converts a KeyedList into its XML representation
Top
See Also