class ImmutableSortedSet<T>.Builder
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 bool TryGetValue( T equalValue, ref T actualValue )
😔 No documentation found.
public ImmutableSortedSet<T> ToImmutable( )
😔 No documentation found.
public IEnumerable<T> Reverse( )
😔 No documentation found.
public int IndexOf( T item )
😔 No documentation found.
public ImmutableSortedSet<T>.Enumerator GetEnumerator( )
😔 No documentation found.
public bool Remove( T item )
😔 No documentation found.
public bool Contains( T item )
😔 No documentation found.
public void Clear( )
😔 No documentation found.
public void UnionWith( IEnumerable<T> other )
😔 No documentation found.
public void SymmetricExceptWith( IEnumerable<T> other )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public bool SetEquals( 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 void IntersectWith( IEnumerable<T> other )
😔 No documentation found.
public void ExceptWith( IEnumerable<T> other )
😔 No documentation found.
public bool Add( T item )
😔 No documentation found.
public IComparer<T> KeyComparer { get; set; }
😔 No documentation found.
public T Min { get; }
😔 No documentation found.
public T Max { get; }
😔 No documentation found.
public ref T ItemRef( int index )
😔 No documentation found.
public T Item { get; }
😔 No documentation found.
public bool Overlaps( IEnumerable<T> other )
😔 No documentation found.
public int Count { get; }
😔 No documentation found.