Click or drag to resize
IDictionaryReader Interface

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

Identifies a dictionary reader.

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

The IDictionaryReader type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a key and value to the dictionary, returning a new dictionary; new dictionary must be used for any further invocations.
Public methodComplete
Completes building of a dictionary from a gestational dictionary.
Public methodInit
Initializes a new gestational dictionary.
Top
See Also