Class TrieExtensions
Inherited Members
Namespace: Libplanet.Store.Trie
Assembly: Libplanet.Store.dll
Syntax
public static class TrieExtensions
Methods
| Improve this Doc View SourceSet(ITrie, IEnumerable<KeyValuePair<KeyBytes, IValue>>)
Declaration
public static ITrie Set(this ITrie trie, IEnumerable<KeyValuePair<KeyBytes, IValue>> pairs)
Parameters
| Type | Name | Description |
|---|---|---|
| ITrie | trie | |
| IEnumerable<KeyValuePair<KeyBytes, Bencodex.Types.IValue>> | pairs |
Returns
| Type | Description |
|---|---|
| ITrie |