Class ShortNode
Inheritance
System.Object
ShortNode
Assembly: Libplanet.Store.dll
Syntax
public sealed class ShortNode : object, INode
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(Nullable<Object>)
Declaration
public override bool Equals(object? obj)
Parameters
Type |
Name |
Description |
System.Nullable<System.Object> |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ToBencodex()
Declaration
public IValue ToBencodex()
Returns
Implements
IEquatable<>