BTreeBase<Key, Value>.Add Method |
Name | Description | |
---|---|---|
![]() | Add(Key) |
Adds an element to the set and returns a value that indicates if it was successfully added
|
![]() | Add(Key, Value) |
Add a key with an associated value to a BTreeMap
|
![]() | Add(Key, Value,Byte[]) |
Adds a key and value to the map and returns a value that indicates if it was successfully added
|