Class ShortNode
Inherited Members
System.Object.GetType()
System.Object.ToString()
Assembly: Libplanet.Store.dll
Syntax
public sealed class ShortNode : INode, IEquatable<ShortNode>
Constructors
|
Improve this Doc
View Source
ShortNode(in Nibbles, INode)
Declaration
public ShortNode(in Nibbles nibbles, INode value)
Parameters
Properties
|
Improve this Doc
View Source
Key
Declaration
public Nibbles Key { get; }
Property Value
|
Improve this Doc
View Source
Value
Declaration
public INode Value { get; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(ShortNode)
Declaration
public bool Equals(ShortNode other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
ToBencodex()
Declaration
public IValue ToBencodex()
Returns
Type |
Description |
Bencodex.Types.IValue |
|
Implements