Click or drag to resize
ILinkToDictionary Method

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

Converts the link to a dictionary.

Namespace: NForza.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
IDictionary<string, Object> ToDictionary()

Return Value

Type: IDictionaryString, Object
The dictionary.
See Also