Search Results for

    Show / Hide Table of Contents

    Class AlgoApiFormatterLookup

    Inheritance
    Object
    Dictionary<Type, Object>
    AlgoApiFormatterLookup
    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public class AlgoApiFormatterLookup : Dictionary<Type, object>, IDictionary<Type, object>, ICollection<KeyValuePair<Type, object>>, IDictionary, ICollection, IReadOnlyDictionary<Type, object>, IReadOnlyCollection<KeyValuePair<Type, object>>, IEnumerable<KeyValuePair<Type, object>>, IEnumerable, ISerializable, IDeserializationCallback

    Fields

    AddFormatterMethodName

    Declaration
    public const string AddFormatterMethodName = "Add"
    Field Value
    Type Description
    String

    Methods

    Add<T>(IAlgoApiFormatter<T>)

    Declaration
    public static void Add<T>(IAlgoApiFormatter<T> formatter)
    Parameters
    Type Name Description
    IAlgoApiFormatter<T> formatter
    Type Parameters
    Name Description
    T

    Get<T>()

    Declaration
    public static IAlgoApiFormatter<T> Get<T>()
    Returns
    Type Description
    IAlgoApiFormatter<T>
    Type Parameters
    Name Description
    T
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾