The LegsCollection type exposes the following members.

Properties

  NameDescription
Public propertyComparer
Obtiene el comparador de igualdad genérico que se utiliza para determinar la igualdad de claves en la colección.
(Inherited from KeyedCollection<(Of <(<'String, Leg>)>)>.)
Public propertyCount
Obtiene el número de elementos contenido realmente en Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Protected propertyDictionary
Obtiene el diccionario de búsqueda de KeyedCollection<(Of <(<'TKey, TItem>)>)>.
(Inherited from KeyedCollection<(Of <(<'String, Leg>)>)>.)
Public propertyItem[([( TKey])])
Obtiene el elemento con la clave especificada.
(Inherited from KeyedCollection<(Of <(<'String, Leg>)>)>.)
Public propertyItem[([( Int32])])
Obtiene o establece el elemento que se encuentra en el índice especificado.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Protected propertyItems
Obtiene un contenedor de IList<(Of <(<'T>)>)> para la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Leg>)>)>.)

See Also