The following tables list the members exposed by BTreeList<T>.
Name | Description | |
---|---|---|
BTreeList<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultOrder | The default `order` of the B+Tree structure. |
Name | Description | |
---|---|---|
Comparer | Gets the Comparer provided to the constructor or Comparer<TKey>.Default if it was not provided. | |
Count | Gets the number of elements contained in the ICollection. | |
IsReadOnly | Gets a value indicating whether the ICollection is read-only. |
Name | Description | |
---|---|---|
Add | Adds an element with the provided value to the IList. | |
AddRange | Adds a set of items to the ICollection. | |
Clear | Removes all items from the ICollection. | |
Clone | Returns a writable clone of this collection. | |
Contains | Determines whether the ICollection contains a specific value pair. | |
CopyTo | Copies the elements of the ICollection to an System.Array, starting at a particular System.Array index. | |
EnumerateFrom | Inclusivly enumerates from start value to the end of the collection | |
EnumerateRange | Inclusivly enumerates from start value to stop value | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
MakeReadOnly | Returns a read-only clone of this collection. If this instance is already read-only the method will return this. | |
Remove | Removes the element with the specified value from the IList. | |
ToArray | Returns all the items of this collection as an array of KeyValuePair. | |
TryAddItem | Adds an element with the provided value to the IList. |
Reference
BTreeList<T> ClassCSharpTest.Net.Collections Namespace