CollectionBaseT
Contenu
[
Cacher
]CollectionBase<T> class
Fournit la classe de base abstraite pour une collection fortement typée.
public abstract class CollectionBase<T> : ICollection, IList<T>
Propriétés
Nom | La description |
---|---|
Capacity { get; set; } | Obtient ou définit le nombre d’éléments que la liste peut contenir. |
Count { get; } | Obtient le nombre d’éléments. |
Item { get; set; } | Obtient ou définit l’élément à l’index spécifié. |
Méthodes
Nom | La description |
---|---|
BinarySearch(T) | |
BinarySearch(T, IComparer<T>) | |
BinarySearch(int, int, T, IComparer<T>) | |
Clear() | Supprimer tous les éléments. |
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) | Supprime l’élément à l’index spécifié. |
Voir également
- espace de noms Aspose.Cells
- Assemblée Aspose.Cells