Question d’entretien chez Mobile Programming

what is generic list ?

Réponse à la question d'entretien

Utilisateur anonyme

23 avr. 2024

The Generic List in C# is a Collection Class that belongs to System.Collections.Generic namespace. This Generic List Collection Class represents a strongly typed list of objects which can be accessed by using the integer index which is starting from 0. It also provides lots of methods that can be used for searching, sorting, and manipulating the list of items.