class ImmutableSortedSet<T>
in global :: System . Collections . Immutable
😔 No documentation found.
public static ImmutableSortedSet<T> Empty
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public ImmutableSortedSet<T>.Enumerator GetEnumerator( )
😔 No documentation found.
public bool Contains( T value )
😔 No documentation found.
public int IndexOf( T item )
😔 No documentation found.
public IEnumerable<T> Reverse( )
😔 No documentation found.
public bool Overlaps( IEnumerable<T> other )
😔 No documentation found.
public bool IsSupersetOf( IEnumerable<T> other )
😔 No documentation found.
public bool IsSubsetOf( IEnumerable<T> other )
😔 No documentation found.
public bool IsProperSupersetOf( IEnumerable<T> other )
😔 No documentation found.
public bool IsProperSubsetOf( IEnumerable<T> other )
😔 No documentation found.
public bool SetEquals( IEnumerable<T> other )
😔 No documentation found.
public ImmutableSortedSet<T> WithComparer( IComparer<T> comparer )
😔 No documentation found.
public ImmutableSortedSet<T> Union( IEnumerable<T> other )
😔 No documentation found.
public ImmutableSortedSet<T> SymmetricExcept( IEnumerable<T> other )
😔 No documentation found.
public ImmutableSortedSet<T> Except( IEnumerable<T> other )
😔 No documentation found.
public ImmutableSortedSet<T> Intersect( IEnumerable<T> other )
😔 No documentation found.
public bool TryGetValue( T equalValue, ref T actualValue )
😔 No documentation found.
public ImmutableSortedSet<T> Remove( T value )
😔 No documentation found.
public ImmutableSortedSet<T> Add( T value )
😔 No documentation found.
public ImmutableSortedSet<T>.Builder ToBuilder( )
😔 No documentation found.
public ref T ItemRef( int index )
😔 No documentation found.
public T Item { get; }
😔 No documentation found.
public IComparer<T> KeyComparer { get; }
😔 No documentation found.
public int Count { get; }
😔 No documentation found.
public bool IsEmpty { get; }
😔 No documentation found.
public T Min { get; }
😔 No documentation found.
public T Max { get; }
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public ImmutableSortedSet<T> Clear( )
😔 No documentation found.