CollectionBaseT
Contenuti
[
Nascondere
]CollectionBase<T> class
Fornisce la classe base astratta per una raccolta fortemente tipizzata.
public abstract class CollectionBase<T> : ICollection, IList<T>
Proprietà
| Nome | Descrizione |
|---|---|
| Capacity { get; set; } | Ottiene o imposta il numero di elementi che l’elenco può contenere. |
| Count { get; } | Ottiene il numero di elementi. |
| Item { get; set; } | Ottiene o imposta l’elemento in corrispondenza dell’indice specificato. |
Metodi
| Nome | Descrizione |
|---|---|
| BinarySearch(T) | |
| BinarySearch(T, IComparer<T>) | |
| BinarySearch(int, int, T, IComparer<T>) | |
| Clear() | Rimuovi tutti gli elementi. |
| 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) | Rimuove l’elemento in corrispondenza dell’indice specificato. |
Guarda anche
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells