Click or drag to resize

DictionarySerializerTDeserializeDictionary Method (TextReader, IDictionaryString, T)

Deserializes a TextReader into a dictionary.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual void DeserializeDictionary(
	TextReader reader,
	IDictionary<string, T> dictionary
)

Parameters

reader
Type: System.IOTextReader
The input reader.
dictionary
Type: System.Collections.GenericIDictionaryString, T
The output dictionary.
Exceptions
ExceptionCondition
ArgumentNullException reader is null or dictionary is null.
See Also