Click or drag to resize
IDictionaryReadHandlerDictionaryReader Method

[This is preliminary documentation and is subject to change.]

Provides an IDictionaryReader that a parser can use to convert a dictionary representation to an instance of a type incrementally.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
IDictionaryReader DictionaryReader()

Return Value

Type: IDictionaryReader
A DictionaryReader.
See Also