Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. System.Collections.Immutable
  3. IImmutableList<T>
  4. LastIndexOf<T>(IImmutableList<T>, T)
  • IImmutableList<T>
    • Add(T)
    • AddRange(IEnumerable<T>)
    • Clear()
    • IndexOf(T, Int32, Int32, IEqualityComparer<T>)
    • Insert(Int32, T)
    • InsertRange(Int32, IEnumerable<T>)
    • LastIndexOf(T, Int32, Int32, IEqualityComparer<T>)
    • Remove(T, IEqualityComparer<T>)
    • RemoveAll(Predicate<T>)
    • RemoveAt(Int32)
    • RemoveRange(Int32, Int32)
    • RemoveRange(IEnumerable<T>, IEqualityComparer<T>)
    • Replace(T, T, IEqualityComparer<T>)
    • SetItem(Int32, T)
    • IndexOf<T>(IImmutableList<T>, T)
    • IndexOf<T>(IImmutableList<T>, T, IEqualityComparer<T>)
    • IndexOf<T>(IImmutableList<T>, T, Int32)
    • IndexOf<T>(IImmutableList<T>, T, Int32, Int32)
    • LastIndexOf<T>(IImmutableList<T>, T)
    • LastIndexOf<T>(IImmutableList<T>, T, IEqualityComparer<T>)
    • LastIndexOf<T>(IImmutableList<T>, T, Int32)
    • LastIndexOf<T>(IImmutableList<T>, T, Int32, Int32)
    • Remove<T>(IImmutableList<T>, T)
    • RemoveRange<T>(IImmutableList<T>, IEnumerable<T>)
    • Replace<T>(IImmutableList<T>, T, T)
net7.0
namespace System.Collections.Immutable
{
    public static class ImmutableList
    {
        public static int LastIndexOf<T>(this IImmutableList<T>! list, T item);
    }
}
nuget.org
0.0 %
Reference this API
.NET 5.06.07.08.09.010.0
.NET Core 1.01.12.02.12.23.03.1
.NET Framework 4.6.14.6.24.74.7.14.7.24.84.8.1
.NET Standard 2.02.1
Information specific to net7.0
Assembly

System.Collections.Immutable , Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a

Referencing

The API is automatically referenced.

Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙