Class RpcSimpleDictionary<TKey, TValue>
Rpc query to get json objects by key
Inherited Members
Namespace: Netezos.Rpc
Assembly: Netezos.dll
Syntax
public class RpcSimpleDictionary<TKey, TValue> : RpcQuery where TValue : RpcQuery
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 |