Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: JsonDict(IEnumerable<KeyValuePair<string, JsonValue>>)

Declaration

public JsonDict(
    IEnumerable<KeyValuePair<string, JsonValue>> items
)

Summary

Constructs a dictionary containing a copy of the specified collection of key/value pairs.