Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddRange(IEnumerable<KeyValuePair<string, JsonValue>>)

Declaration

public virtual void AddRange(
    IEnumerable<KeyValuePair<string, JsonValue>> items
)

Summary

Add the specified items to the current dictionary if it is a JsonDict; otherwise, throws.