CSharpTest.Net
BTreeList<T> Class Members
See Also  Fields  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace : BTreeList<T> Class


Glossary Item Box

The following tables list the members exposed by BTreeList<T>.

Public Constructors

 NameDescription
Public ConstructorBTreeList<T> ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public FieldDefaultOrderThe default `order` of the B+Tree structure.  
Top

Public Properties

 NameDescription
Public PropertyComparerGets the Comparer provided to the constructor or Comparer<TKey>.Default if it was not provided.  
Public PropertyCountGets the number of elements contained in the ICollection.  
Public PropertyIsReadOnlyGets a value indicating whether the ICollection is read-only.  
Top

Public Methods

 NameDescription
Public MethodAddAdds an element with the provided value to the IList.  
Public MethodAddRangeAdds a set of items to the ICollection.  
Public MethodClearRemoves all items from the ICollection.  
Public MethodCloneReturns a writable clone of this collection.  
Public MethodContainsDetermines whether the ICollection contains a specific value pair.  
Public MethodCopyToCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodEnumerateFromInclusivly enumerates from start value to the end of the collection  
Public MethodEnumerateRangeInclusivly enumerates from start value to stop value  
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
Public MethodMakeReadOnlyReturns a read-only clone of this collection. If this instance is already read-only the method will return this.  
Public MethodRemoveRemoves the element with the specified value from the IList.  
Public MethodToArrayReturns all the items of this collection as an array of KeyValuePair.  
Public MethodTryAddItemAdds an element with the provided value to the IList.  
Top

See Also

Generated with Document! X 2011 by Innovasys