The IKeyedList<(Of <(<'T, U>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public propertyIsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
(Inherited from ICollection<(Of <(<'T>)>)>.)
Public propertyItem[([( Int32])])
Gets or sets the element at the specified index.
(Inherited from IList<(Of <(<'T>)>)>.)
Public propertyItem[([( 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.

See Also