HashTree<TKey, TValue> sealed class HashTree<TKey, TValue> Documentation Code public HashTree() public void Add(TKey key, TValue value, bool byRef = true) public TValue GetOrDefaultByValue(TKey key) public IEnumerable<TValue> Walk()