Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Add(string, JsonValue)

Declaration

public override void Add(
    string key,
    JsonValue value
)

Summary

Adds the specified key/value pair to the dictionary.

Parameters

stringkey The key to add.
JsonValuevalue The value to add.