Search Results for

    Show / Hide Table of Contents

    Class RpcSimpleArray<T>

    Rpc query to get json objects by id or index

    Inheritance
    System.Object
    RpcQuery
    RpcSimpleArray<T>
    Inherited Members
    RpcQuery.ToString()
    Namespace: Netezos.Rpc
    Assembly: Netezos.dll
    Syntax
    public class RpcSimpleArray<T> : RpcQuery where T : RpcQuery
    Type Parameters
    Name Description
    T

    Type of the objects in the array

    Properties

    | Improve this Doc View Source

    Item[Int32]

    Gets the query to object at the specified index in the array

    Declaration
    public T this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index

    Zero-based index of the object to query

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