| SerializationReaderReadDictionary Method | 
| Name | Description | |
|---|---|---|
| ReadDictionaryK, V | 
            Returns a new, simple generic dictionary populated with keys and values from the stream.
              | |
| ReadDictionaryK, V(DictionaryK, V) | 
            Populates a pre-existing generic dictionary with keys and values from the stream.
            This allows a generic dictionary to be created without using the default constructor.
              |