Click or drag to resize
SerializationReaderReadDictionaryK, V Method
Returns a new, simple generic dictionary populated with keys and values from the stream.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public Dictionary<K, V> ReadDictionary<K, V>()

Type Parameters

K
The key Type.
V
The value Type.

Return Value

Type: DictionaryK, V
A new, simple, populated generic Dictionary.
See Also