The LegsCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Agrega un objeto al final de la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Public methodAppendXml
Appends this Object to a xml Stage representation.
Protected methodChangeItemKey
Cambia la clave asociada al elemento especificado en el diccionario de búsqueda.
(Inherited from KeyedCollection<(Of <(<'String, Leg>)>)>.)
Public methodClear
Quita todos los elementos de Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Protected methodClearItems
Quita todos los elementos de KeyedCollection<(Of <(<'TKey, TItem>)>)>.
(Inherited from KeyedCollection<(Of <(<'String, Leg>)>)>.)
Public methodContains(TKey)
Determina si la colección contiene un elemento con la clave especificada.
(Inherited from KeyedCollection<(Of <(<'String, Leg>)>)>.)
Public methodContains(T)
Determina si un elemento se encuentra en la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Public methodCopyTo
Copia la totalidad de Collection<(Of <(<'T>)>)> en una matriz Array unidimensional y compatible, comenzando en el índice especificado de la matriz de destino.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Public methodEquals
Determina si el objeto Object especificado es igual al objeto Object actual.
(Inherited from Object.)
Protected methodFinalize
Permite que un objeto Object intente liberar recursos y realizar otras operaciones de limpieza antes de que el objeto Object sea reclamado por el recolector de elementos no utilizados.
(Inherited from Object.)
Public methodGetEnumerator
Devuelve un enumerador que recorre en iteración la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Protected methodGetKeyForItem
Implements GetKeyForItem abstract method.
(Overrides KeyedCollection<(Of <(<'TKey, TItem>)>)>..::..GetKeyForItem(TItem).)
Public methodGetType
Obtiene el objeto Type de la instancia actual.
(Inherited from Object.)
Public methodIndexOf
Busca el objeto especificado y devuelve el índice de base cero de la primera aparición en toda la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Public methodInsert
Inserta un elemento en el índice especificado de la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Protected methodInsertItem
Inserta un elemento en KeyedCollection<(Of <(<'TKey, TItem>)>)>, en el índice especificado.
(Inherited from KeyedCollection<(Of <(<'String, Leg>)>)>.)
Protected methodMemberwiseClone
Crea una copia superficial del objeto Object actual.
(Inherited from Object.)
Public methodRemove(TKey)
Quita el elemento con la clave especificada de KeyedCollection<(Of <(<'TKey, TItem>)>)>.
(Inherited from KeyedCollection<(Of <(<'String, Leg>)>)>.)
Public methodRemove(T)
Quita la primera aparición de un objeto específico de la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Public methodRemoveAt
Quita el elemento en el índice especificado de Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Leg>)>)>.)
Protected methodRemoveItem
Quita el elemento en el índice especificado de KeyedCollection<(Of <(<'TKey, TItem>)>)>.
(Inherited from KeyedCollection<(Of <(<'String, Leg>)>)>.)
Protected methodSetItem
Reemplaza el elemento situado en el índice determinado con el elemento especificado.
(Inherited from KeyedCollection<(Of <(<'String, Leg>)>)>.)
Public methodToString
Devuelve una clase String que representa la clase Object actual.
(Inherited from Object.)

See Also