JsonNodeListAddRange Method
Add the elements of a collection of
JsonNode to the end of the list, checking for duplication.
Namespace: MichaelBrooks.UK.JsonAssembly: JsonDOM (in JsonDOM.dll) Version: 1.0.7
public void AddRange(
IEnumerable<JsonNode> collection
)
Parameters
- collection IEnumerableJsonNode
| JsonNodeListDuplicateItemException | Thrown when an item from collection already exists in the list. |
| InvalidOperationException | Thrown when an item in collection has the wrong parent. |