Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void AddRange(IEnumerable<JsonValue>)

Declaration

public virtual void AddRange(
    IEnumerable<JsonValue> items
)

Summary

Add the specified items to the current list if it is a JsonList; otherwise, throws.