Search Results for

    Show / Hide Table of Contents

    Class RpcArray<T>

    Rpc query to get an array of json objects, which can also be accessed by index

    Inheritance
    System.Object
    RpcQuery
    RpcObject
    RpcArray<T>
    Inherited Members
    RpcObject.GetAsync()
    RpcObject.GetAsync<T>()
    RpcQuery.ToString()
    Namespace: Netezos.Rpc
    Assembly: Netezos.dll
    Syntax
    public class RpcArray<T> : RpcObject where T : RpcObject
    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