CSharpTest.Net
BTreeDictionary<TKey,TValue> Class Members
See Also  Fields  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Collections Namespace : BTreeDictionary<TKey,TValue> Class


Glossary Item Box

The following tables list the members exposed by BTreeDictionary<TKey,TValue>.

Public Constructors

 NameDescription
Public ConstructorBTreeDictionary<TKey,TValue> 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.  
Public PropertyItemGets or sets the element with the specified key.  
Public PropertyKeysGets an ICollection containing the keys of the IDictionary.  
Public PropertyValuesGets an ICollection containing the values in the IDictionary.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded. Adds an element with the provided key and value to the IDictionary.  
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 key and value pair.  
Public MethodContainsKeyDetermines whether the IDictionary contains an element with the specified key.  
Public MethodCopyToCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodDebugAssertEnsures data integrity or raises exception  
Public MethodEnumerateFromInclusivly enumerates from start key to the end of the collection  
Public MethodEnumerateRangeInclusivly enumerates from start key to stop key  
Public MethodFirstReturns the first key and it's associated value.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
Public MethodGetOrAddAdds a key/value pair to the IDictionary if the key does not already exist.  
Public MethodLastReturns the last key and it's associated value.  
Public MethodMakeReadOnlyReturns a read-only clone of this collection. If this instance is already read-only the method will return this.  
Public MethodRemoveOverloaded. Removes the element with the specified key from the IDictionary.  
Public MethodToArrayReturns all the items of this collection as an array of KeyValuePair.  
Public MethodTryAddAdds an element with the provided key and value to the IDictionary.  
Public MethodTryGetFirstReturns the first key and it's associated value.  
Public MethodTryGetLastReturns the last key and it's associated value.  
Public MethodTryGetValueGets the value associated with the specified key.  
Public MethodTryRemoveRemoves the element with the specified key from the IDictionary.  
Public MethodTryUpdateOverloaded. Updates an element with the provided key to the value if it exists.  
Top

See Also

Generated with Document! X 2011 by Innovasys