Show / Hide Table of Contents

Class Registry

Inheritance
Object
Registry
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
System.Object.ToString()
Namespace: Libplanet.Action.Sys
Assembly: Libplanet.Action.dll
Syntax
public static class Registry

Fields

| Improve this Doc View Source

Types

Declaration
public static readonly Dictionary<IValue, Type> Types
Field Value
Type Description
System.Collections.Generic.Dictionary<Bencodex.Types.IValue, Type>

Methods

| Improve this Doc View Source

Deserialize(IValue)

Declaration
public static IAction Deserialize(IValue serialized)
Parameters
Type Name Description
Bencodex.Types.IValue serialized
Returns
Type Description
IAction
| Improve this Doc View Source

IsSystemAction(IValue)

Declaration
public static bool IsSystemAction(IValue value)
Parameters
Type Name Description
Bencodex.Types.IValue value
Returns
Type Description
System.Boolean
| Improve this Doc View Source

IsSystemAction(IAction)

Declaration
public static bool IsSystemAction(IAction action)
Parameters
Type Name Description
IAction action
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium