About 26,100 results
Open links in new tab
  1. 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.

  2. 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 …

  3. 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 …

  4. 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 …

  5. List<T> Constructor (System.Collections.Generic)

    The following example demonstrates the parameterless constructor of the List<T> generic class. The parameterless constructor …

  6. <list> | Microsoft Learn

    Aug 11, 2025 · <list> Feedback Summarize this article for me In this article Defines the container class template list and several …

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …

  11. List<T>.ForEach(Action<T>) Method (System.Collections.Generic)

    Performs the specified action on each element of the List&lt;T&gt;.