Search Results for

    Show / Hide Table of Contents

    Class RpcDictionary<TKey, TValue>

    Rpc query to get a dictionary of json objects, which can also be accessed by key

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    RpcDictionary<TKey, TValue>
    DeepRpcDictionary<TKey, TValue>
    Inherited Members
    RpcObject.GetAsync()
    RpcObject.GetAsync<T>()
    RpcQuery.ToString()
    Namespace: Netezos.Rpc
    Assembly: Netezos.dll
    Syntax
    public class RpcDictionary<TKey, TValue> : RpcObject where TValue : RpcObject
    Type Parameters
    Name Description
    TKey

    Type of the keys to access the objects in the dictionary

    TValue

    Type of the objects in the dictionary

    Properties

    | Improve this Doc View Source

    Item[TKey]

    Gets the query to object associated with the specified key

    Declaration
    public TValue this[TKey key] { get; }
    Parameters
    Type Name Description
    TKey key

    Key of the object to query

    Property Value
    Type Description
    TValue
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad