Click or drag to resize
DynamicJsonObject Constructor (IDictionaryString, Object)
Create a new object from the specified dictionary

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

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, Object
A dictionary of members and values with which to initialize this object
See Also