The IKeyedList<(Of <(<'T, U>)>)> type exposes the following members.
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.
|