The ParameterValueKeyedCollection type exposes the following members.

Properties

  NameDescription
Public propertyComparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollection<(Of <(<'ParameterTypeId, ParameterValue>)>)>.)
Public propertyCount
Gets the number of elements actually contained in the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'ParameterValue>)>)>.)
Protected propertyDictionary
Gets the lookup dictionary of the KeyedCollection<(Of <(<'TKey, TItem>)>)>.
(Inherited from KeyedCollection<(Of <(<'ParameterTypeId, ParameterValue>)>)>.)
Public propertyItem[([( Int32])])
Gets the ParameterValue at the specified index.
Public propertyItem[([( TKey])])
Gets the element with the specified key.
(Inherited from KeyedCollection<(Of <(<'ParameterTypeId, ParameterValue>)>)>.)
Protected propertyItems
Gets a IList<(Of <(<'T>)>)> wrapper around the Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'ParameterValue>)>)>.)

See Also