class ImmutableList

in global :: System . Collections . Immutable

😔 No documentation found.


public int GetHashCode( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public static int LastIndexOf( IImmutableList<T> list, T item, int startIndex, int count )

😔 No documentation found.

public static int LastIndexOf( IImmutableList<T> list, T item, int startIndex )

😔 No documentation found.

public static int LastIndexOf( IImmutableList<T> list, T item, IEqualityComparer<T> equalityComparer )

😔 No documentation found.

public static int LastIndexOf( IImmutableList<T> list, T item )

😔 No documentation found.

public static int IndexOf( IImmutableList<T> list, T item, int startIndex, int count )

😔 No documentation found.

public static int IndexOf( IImmutableList<T> list, T item, int startIndex )

😔 No documentation found.

public static int IndexOf( IImmutableList<T> list, T item, IEqualityComparer<T> equalityComparer )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public static int IndexOf( IImmutableList<T> list, T item )

😔 No documentation found.

public static IImmutableList<T> Remove( IImmutableList<T> list, T value )

😔 No documentation found.

public static IImmutableList<T> Replace( IImmutableList<T> list, T oldValue, T newValue )

😔 No documentation found.

public static ImmutableList<TSource> ToImmutableList( ImmutableList<TSource>.Builder builder )

😔 No documentation found.

public static ImmutableList<TSource> ToImmutableList( IEnumerable<TSource> source )

😔 No documentation found.

public static ImmutableList<T>.Builder CreateBuilder( )

😔 No documentation found.

public static ImmutableList<T> Create( ReadOnlySpan<T> items )

😔 No documentation found.

public static ImmutableList<T> Create( T[] items )

😔 No documentation found.

public static ImmutableList<T> CreateRange( IEnumerable<T> items )

😔 No documentation found.

public static ImmutableList<T> Create( T item )

😔 No documentation found.

public static IImmutableList<T> RemoveRange( IImmutableList<T> list, IEnumerable<T> items )

😔 No documentation found.

public static ImmutableList<T> Create( )

😔 No documentation found.