KeyedList Class |
Namespace: WorkflowGen.My.Collections
The KeyedList type exposes the following members.
| Name | Description | |
|---|---|---|
| KeyedList |
Creates a new instance of the KeyedList class
| |
| KeyedList(IDictionary) |
Creates a new instance of the KeyedList class from a IDictionary object
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of key/value pairs contained in the collection
| |
| IsFixedSize |
Gets a value indicating whether the collection has a fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the collection is read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the collection is synchronized (thread safe).
| |
| ItemInt32 |
Gets or sets the value associated with the specified index
| |
| ItemObject |
Gets or sets the value associated with the specified key
| |
| Keys |
List of keys
| |
| SyncRoot |
Gets an object that can be used to synchronize access to the collection
| |
| Values |
List of values
|
| 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
|