class ImmutableSortedSet

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 ImmutableSortedSet<TSource> ToImmutableSortedSet( ImmutableSortedSet<TSource>.Builder builder )

😔 No documentation found.

public static ImmutableSortedSet<TSource> ToImmutableSortedSet( IEnumerable<TSource> source )

😔 No documentation found.

public static ImmutableSortedSet<TSource> ToImmutableSortedSet( IEnumerable<TSource> source, IComparer<TSource> comparer )

😔 No documentation found.

public static ImmutableSortedSet<T>.Builder CreateBuilder( IComparer<T> comparer )

😔 No documentation found.

public static ImmutableSortedSet<T>.Builder CreateBuilder( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public static ImmutableSortedSet<T> Create( IComparer<T> comparer, ReadOnlySpan<T> items )

😔 No documentation found.

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

😔 No documentation found.

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

😔 No documentation found.

public static ImmutableSortedSet<T> CreateRange( IComparer<T> comparer, IEnumerable<T> items )

😔 No documentation found.

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

😔 No documentation found.

public static ImmutableSortedSet<T> Create( IComparer<T> comparer, T item )

😔 No documentation found.

public static ImmutableSortedSet<T> Create( T item )

😔 No documentation found.

public static ImmutableSortedSet<T> Create( IComparer<T> comparer )

😔 No documentation found.

public static ImmutableSortedSet<T> Create( IComparer<T> comparer, T[] items )

😔 No documentation found.

public static ImmutableSortedSet<T> Create( )

😔 No documentation found.