Search Results for

    Show / Hide Table of Contents

    Class RpcSimpleDictionary<TKey, TValue>

    Rpc query to get json objects by key

    Inheritance
    System.Object
    RpcQuery
    RpcSimpleDictionary<TKey, TValue>
    Inherited Members
    RpcQuery.ToString()
    Namespace: Netezos.Rpc
    Assembly: Netezos.dll
    Syntax
    public class RpcSimpleDictionary<TKey, TValue> : RpcQuery where TValue : RpcQuery
    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