Show / Hide Table of Contents

Class ValueNode

Wrapper class.

Inheritance
System.Object
ValueNode
Implements
INode
IEquatable<ValueNode>
Namespace: Libplanet.Store.Trie.Nodes
Assembly: Libplanet.Store.dll
Syntax
public class ValueNode : object, INode

Constructors

| Improve this Doc View Source

ValueNode(IValue)

Wrapper class.

Declaration
public ValueNode(IValue value)
Parameters
Type Name Description
IValue value

Properties

| Improve this Doc View Source

Value

Wrapper class.

Declaration
public IValue Value { get; }
Property Value
Type Description
IValue

Methods

| Improve this Doc View Source

Equals(ValueNode)

Wrapper class.

Declaration
public bool Equals(ValueNode other)
Parameters
Type Name Description
ValueNode other
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Equals(Nullable<Object>)

Wrapper class.

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()

Wrapper class.

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
| Improve this Doc View Source

ToBencodex()

Wrapper class.

Declaration
public IValue ToBencodex()
Returns
Type Description
IValue

Operators

| Improve this Doc View Source

Equality(ValueNode, ValueNode)

Wrapper class.

Declaration
public static bool operator ==(ValueNode left, ValueNode right)
Parameters
Type Name Description
ValueNode left
ValueNode right
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Inequality(ValueNode, ValueNode)

Wrapper class.

Declaration
public static bool operator !=(ValueNode left, ValueNode right)
Parameters
Type Name Description
ValueNode left
ValueNode right
Returns
Type Description
System.Boolean

Implements

INode
IEquatable<>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium