Show / Hide Table of Contents

Class TrieExtensions

Inheritance
Object
TrieExtensions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Store.Trie
Assembly: Libplanet.Store.dll
Syntax
public static class TrieExtensions

Methods

| Improve this Doc View Source

Set(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
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium