The EmergencyCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EmergencyCollection |
Creates EmergencyCollection object.
|
Methods
Name | Description | |
---|---|---|
![]() | Add | Agrega un objeto al final de la colección Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Emergency>)>)>.) |
![]() | AppendXml |
Appends this Object to a xml FlightPlan representation.
|
![]() | ChangeItemKey | Cambia la clave asociada al elemento especificado en el diccionario de búsqueda. (Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.) |
![]() | Clear | Quita todos los elementos de Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Emergency>)>)>.) |
![]() | ClearItems | Quita todos los elementos de KeyedCollection<(Of <(<'TKey, TItem>)>)>. (Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.) |
![]() | Contains(TKey) | Determina si la colección contiene un elemento con la clave especificada. (Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.) |
![]() | Contains(T) | Determina si un elemento se encuentra en la colección Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Emergency>)>)>.) |
![]() | CopyTo | 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>)>)>.) |
![]() | DeepCopy |
Returns deep copy of a EmergencyCollection object.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | 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.) |
![]() | GetEnumerator | Devuelve un enumerador que recorre en iteración la colección Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Emergency>)>)>.) |
![]() | GetHashCode | Actúa como función hash para un tipo concreto. (Inherited from Object.) |
![]() | GetKeyForItem |
Implements GetKeyForItem method.
(Overrides KeyedCollection<(Of <(<'TKey, TItem>)>)>..::..GetKeyForItem(TItem).) |
![]() | GetType | Obtiene el objeto Type de la instancia actual. (Inherited from Object.) |
![]() | IndexOf | 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>)>)>.) |
![]() | Insert | Inserta un elemento en el índice especificado de la colección Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Emergency>)>)>.) |
![]() | InsertItem | Inserta un elemento en KeyedCollection<(Of <(<'TKey, TItem>)>)>, en el índice especificado. (Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.) |
![]() | MemberwiseClone | Crea una copia superficial del objeto Object actual. (Inherited from Object.) |
![]() | Remove(TKey) | Quita el elemento con la clave especificada de KeyedCollection<(Of <(<'TKey, TItem>)>)>. (Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.) |
![]() | Remove(T) | Quita la primera aparición de un objeto específico de la colección Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Emergency>)>)>.) |
![]() | RemoveAt | Quita el elemento en el índice especificado de Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Emergency>)>)>.) |
![]() | RemoveItem | Quita el elemento en el índice especificado de KeyedCollection<(Of <(<'TKey, TItem>)>)>. (Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.) |
![]() | SetItem | Reemplaza el elemento situado en el índice determinado con el elemento especificado. (Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Comparer | 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>)>)>.) |
![]() | Count | Obtiene el número de elementos contenido realmente en Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Emergency>)>)>.) |
![]() | Dictionary | Obtiene el diccionario de búsqueda de KeyedCollection<(Of <(<'TKey, TItem>)>)>. (Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.) |
![]() | Item[([( TKey])]) | Obtiene el elemento con la clave especificada. (Inherited from KeyedCollection<(Of <(<'String, Emergency>)>)>.) |
![]() | Item[([( Int32])]) | Obtiene o establece el elemento que se encuentra en el índice especificado. (Inherited from Collection<(Of <(<'Emergency>)>)>.) |
![]() | Items | Obtiene un contenedor de IList<(Of <(<'T>)>)> para la colección Collection<(Of <(<'T>)>)>. (Inherited from Collection<(Of <(<'Emergency>)>)>.) |