List<T> class in C# and .NET represents a strongly typed list of objects. List<T> provides functionality to create a list of objects, find list items, sort list, search list, and manipulate list items. In List<T>, T is the type of objects.
source https://www.c-sharpcorner.com/article/step-by-step-tutorial-of-c-sharp-list-class-examples/
No comments:
Post a Comment