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.12.0.0 (5.12.0)
Syntaxpublic Dictionary<K, V> ReadDictionary<K, V>()
Public Function ReadDictionary(Of K, V) As Dictionary(Of K, V)
Type Parameters
- K
 - The key Type.
 - V
 - The value Type.
 
Return Value
Type: 
DictionaryK, 
VA new, simple, populated generic Dictionary.
See Also