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.6.0.0 (5.6.19.0117)
Syntax public 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