Class RpcSimpleArray<T>
Rpc query to get json objects by id or index
Inherited Members
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 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 |