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