Class RpcDictionary<TKey, TValue>
Rpc query to get a dictionary of json objects, which can also be accessed by key
Inheritance
System.Object
RpcDictionary<TKey, TValue>
Namespace: Netezos.Rpc
Assembly: Netezos.dll
Syntax
public class RpcDictionary<TKey, TValue> : RpcObject where TValue : RpcObject
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 SourceItem[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 |