[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Type Parameters

T

An extended set that uses a tree-based backing store. As such, the set is always sorted.

The following tables list the members exposed by the ETreeSet<(Of T>) generic type.

Public Methods

  NameDescription
Add
Adds an item to the ICollection<(Of T>).

AddAll
Adds all of the items in the source.

Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
RemoveAll
Removes all items.

TailSet
Returns a set that includes all items that are greater than or equal to the index value.

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)