DynamicJsonObject Constructor (IDictionaryString, Object) |
Create a new object from the specified dictionary
Namespace: Rally.RestApi.JsonAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public DynamicJsonObject(
IDictionary<string, Object> dictionary
)
Public Sub New (
dictionary As IDictionary(Of String, Object)
)
public:
DynamicJsonObject(
IDictionary<String^, Object^>^ dictionary
)
new :
dictionary : IDictionary<string, Object> -> DynamicJsonObject
Parameters
- dictionary
- Type: System.Collections.GenericIDictionaryString, Object
A dictionary of members and values
with which to initialize this object
See Also