Click or drag to resize
JsonDynamicAddRange Method
Adds the values of the specified collection to the end of the array.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public void AddRange(
	IEnumerable<JsonValue> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableJsonValue
Collection of items to add.
Exceptions
ExceptionCondition
InvalidCastExceptionIf this object does not wrap JsonArray.
See Also