-
Notifications
You must be signed in to change notification settings - Fork 0
WBMapBase class
Keihō Sakapon edited this page Mar 10, 2022
·
6 revisions
Inherits the WBTreeBase class.
- Get(TKey key)
- Remove(TKey key)
- GetIndex(TKey key)
- ContainsKey(TKey key)
- this[TKey key]
- SetItems(IEnumerable<KeyValuePair<TKey, TValue>> items)
- GetFirst(TKey key)
- GetLast(TKey key)
- RemoveFirst(TKey key)
- RemoveLast(TKey key)
- RemoveAll(TKey key)
- GetFirstIndex(TKey key)
- GetLastIndex(TKey key)
- ContainsKey(TKey key)
- GetCount(TKey key)
- this[TKey key]
About
Classes
Development