The IKeyedList<(Of <(<'T, U>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.) |
![]() | AllOf |
Returns an enumerable list of objects that
match the specified key.
|
![]() | Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.) |
![]() | Contains |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
(Inherited from ICollection<(Of <(<'T>)>)>.) |
![]() | ContainsKey |
Returns true if the list contains at least one
object with a matching key, false otherwise.
|
![]() | CopyTo |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
(Inherited from ICollection<(Of <(<'T>)>)>.) |
![]() | CountOf |
Returns the number of objects in the list
with a matching key.
|
![]() | GetEnumerator()()()() |
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of <(<'T>)>)>.) |
![]() | GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) |
![]() | IndexOf(T) |
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
(Inherited from IList<(Of <(<'T>)>)>.) |
![]() | IndexOf(U) |
Returns the index of the first object
with the matching key.
|
![]() | Insert |
Inserts an item to the IList<(Of <(<'T>)>)> at the specified index.
(Inherited from IList<(Of <(<'T>)>)>.) |
![]() | Remove(T) |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.) |
![]() | Remove(U) |
Removes all objects with the matching key.
|
![]() | RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
(Inherited from IList<(Of <(<'T>)>)>.) |
![]() | ToArray |
Converts the list to an array of the values contained therein.
|
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.) |
![]() | IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'T>)>)>.) |
![]() | Item[([( Int32])]) |
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(<'T>)>)>.) |
![]() | Item[([( U])]) |
Gets/sets an object with the matching key to
the provided value. When setting the value,
if another object with a matching key exists,
it will be overwritten. If overwriting is
not desired, use the Add() method instead.
|
Events
Name | Description | |
---|---|---|
![]() | ItemAdded | |
![]() | ItemRemoved |