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