Show / Hide Table of Contents

Class FullNode

Inheritance
Object
BaseNode
FullNode
Implements
INode
IEquatable<FullNode>
Inherited Members
BaseNode.Value
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Libplanet.Store.Trie.Nodes
Assembly: Libplanet.Store.dll
Syntax
public sealed class FullNode : BaseNode, INode, IEquatable<FullNode>

Constructors

| Improve this Doc View Source

FullNode()

Declaration
public FullNode()
| Improve this Doc View Source

FullNode(ImmutableArray<INode>)

Declaration
public FullNode(ImmutableArray<INode> children)
Parameters
Type Name Description
ImmutableArray<INode> children

Fields

| Improve this Doc View Source

ChildrenCount

Declaration
public const byte ChildrenCount = 17
Field Value
Type Description
Byte

Properties

| Improve this Doc View Source

Children

Declaration
public ImmutableArray<INode> Children { get; }
Property Value
Type Description
ImmutableArray<INode>

Methods

| Improve this Doc View Source

Equals(FullNode)

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

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetHashCode()

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

SetChild(Int32, INode)

Declaration
public FullNode SetChild(int index, INode childNode)
Parameters
Type Name Description
Int32 index
INode childNode
Returns
Type Description
FullNode
| Improve this Doc View Source

ToBencodex()

Declaration
public override IValue ToBencodex()
Returns
Type Description
Bencodex.Types.IValue
Overrides
BaseNode.ToBencodex()

Implements

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