Class RpcArray<T>
Rpc query to get an array of json objects, which can also be accessed by index
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 SourceItem[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 |