AValue..::..ToDictionary<(Of <(<'K, V>)>)> Method (Func<(Of <(<'AValue, K>)>)>, Func<(Of <(<'AValue, V>)>)>)
Tries to convert Value to a IDictionary. If not possible an empty IDictionary is returned.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
public IDictionary<K, V> ToDictionary<K, V>( Func<AValue, K> keySelector, Func<AValue, V> valueSelector )
Type Parameters
- K
- The key value as type K.
- V
- The value as type V.