Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: JsonList(IEnumerable<JsonValue>)

Declaration

public JsonList(
    IEnumerable<JsonValue> items
)

Summary

Constructs a JsonList instance containing a copy of the specified collection of items.