Click or drag to resize
DynamicJsonObjectToDictionary Method
Convert this object to a dictionary.

Namespace: Rally.RestApi.Json
Assembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public IDictionary<string, Object> ToDictionary()

Return Value

Type: IDictionaryString, Object
this object as a dictionary
See Also