
List<T> Class (System.Collections.Generic) | Microsoft Learn
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.
Create a list | Microsoft Support
What is a list? Introduction to lists SharePoint basics - Large lists and libraries List and library column types and options Differences …
Tutorial: Learn to manage data collections using List<T> in C#
Feb 23, 2026 · In this tutorial, you use GitHub Codespaces to learn about C# collections. You write C# code and see the results of …
List and library column types and options | Microsoft Support
Tell me about list and library column types and options. How should I create and configure a new term set? Explain how to create a …
List<T> Constructor (System.Collections.Generic)
The following example demonstrates the parameterless constructor of the List<T> generic class. The parameterless constructor …
<list> | Microsoft Learn
Aug 11, 2025 · <list> Feedback Summarize this article for me In this article Defines the container class template list and several …
list Class | Microsoft Learn
Oct 7, 2025 · List reallocation occurs when a member function must insert or erase elements of the list. In all such cases, only …
Introduction to lists | Microsoft Support
A list is a collection of data that you can share with your team members and people who you've provided access to. You'll find a …
List<T>.Find(Predicate<T>) Method (System.Collections.Generic)
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the …
Find and manage your lists | Microsoft Support
Find and manage your lists See recently used lists Recent lists shows the lists you recently created, worked on, or someone else …
List<T>.ForEach(Action<T>) Method (System.Collections.Generic)
Performs the specified action on each element of the List<T>.