CollectionBaseT
Contenido
[
Ocultar
]CollectionBase<T> class
Proporciona la clase base abstracta para una colección fuertemente tipada.
public abstract class CollectionBase<T> : ICollection, IList<T>
Propiedades
Nombre | Descripción |
---|---|
Capacity { get; set; } | Obtiene o establece el número de elementos que puede contener la lista. |
Count { get; } | Obtiene el número de elementos. |
Item { get; set; } | Obtiene o establece el elemento en el índice especificado. |
Métodos
Nombre | Descripción |
---|---|
BinarySearch(T) | |
BinarySearch(T, IComparer<T>) | |
BinarySearch(int, int, T, IComparer<T>) | |
Clear() | Eliminar todos los elementos. |
Contains(T) | |
CopyTo(T[]) | |
CopyTo(T[], int) | |
CopyTo(int, T[], int, int) | |
Exists(Predicate<T>) | |
Find(Predicate<T>) | |
FindAll(Predicate<T>) | |
FindIndex(Predicate<T>) | |
FindIndex(int, Predicate<T>) | |
FindIndex(int, int, Predicate<T>) | |
FindLast(Predicate<T>) | |
FindLastIndex(Predicate<T>) | |
FindLastIndex(int, Predicate<T>) | |
FindLastIndex(int, int, Predicate<T>) | |
GetEnumerator() | |
IndexOf(T) | |
IndexOf(T, int) | |
IndexOf(T, int, int) | |
LastIndexOf(T) | |
LastIndexOf(T, int) | |
LastIndexOf(T, int, int) | |
RemoveAt(int) | Elimina el elemento en el índice especificado. |
Ver también
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells