The EmergencyCollection type exposes the following members.

Constructors

  NameDescription
Public methodEmergencyCollection
Creates EmergencyCollection object.

Methods

  NameDescription
Public methodAdd
Agrega un objeto al final de la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Emergency>)>)>.)
Public methodAppendXml
Appends this Object to a xml FlightPlan representation.
Protected methodChangeItemKey
Cambia la clave asociada al elemento especificado en el diccionario de búsqueda.
(Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.)
Public methodClear
Quita todos los elementos de Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Emergency>)>)>.)
Protected methodClearItems
Quita todos los elementos de KeyedCollection<(Of <(<'TKey, TItem>)>)>.
(Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.)
Public methodContains(TKey)
Determina si la colección contiene un elemento con la clave especificada.
(Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.)
Public methodContains(T)
Determina si un elemento se encuentra en la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Emergency>)>)>.)
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 <(<'Emergency>)>)>.)
Public methodDeepCopy
Returns deep copy of a EmergencyCollection object.
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 <(<'Emergency>)>)>.)
Public methodGetHashCode
Actúa como función hash para un tipo concreto.
(Inherited from Object.)
Protected methodGetKeyForItem
Implements GetKeyForItem 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 <(<'Emergency>)>)>.)
Public methodInsert
Inserta un elemento en el índice especificado de la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Emergency>)>)>.)
Protected methodInsertItem
Inserta un elemento en KeyedCollection<(Of <(<'TKey, TItem>)>)>, en el índice especificado.
(Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.)
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, Emergency>)>)>.)
Public methodRemove(T)
Quita la primera aparición de un objeto específico de la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Emergency>)>)>.)
Public methodRemoveAt
Quita el elemento en el índice especificado de Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Emergency>)>)>.)
Protected methodRemoveItem
Quita el elemento en el índice especificado de KeyedCollection<(Of <(<'TKey, TItem>)>)>.
(Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.)
Protected methodSetItem
Reemplaza el elemento situado en el índice determinado con el elemento especificado.
(Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.)
Public methodToString
Devuelve una clase String que representa la clase Object actual.
(Inherited from Object.)

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, Emergency>)>)>.)
Public propertyCount
Obtiene el número de elementos contenido realmente en Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Emergency>)>)>.)
Protected propertyDictionary
Obtiene el diccionario de búsqueda de KeyedCollection<(Of <(<'TKey, TItem>)>)>.
(Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.)
Public propertyItem[([( TKey])])
Obtiene el elemento con la clave especificada.
(Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.)
Public propertyItem[([( Int32])])
Obtiene o establece el elemento que se encuentra en el índice especificado.
(Inherited from Collection<(Of <(<'Emergency>)>)>.)
Protected propertyItems
Obtiene un contenedor de IList<(Of <(<'T>)>)> para la colección Collection<(Of <(<'T>)>)>.
(Inherited from Collection<(Of <(<'Emergency>)>)>.)

See Also