JsonDOM documentation
C#
Show/Hide TOC
Json
Node
List
Add Method
Appends an item to the list, checking for duplication.
Definition
Namespace:
MichaelBrooks.UK.Json
Assembly:
JsonDOM (in JsonDOM.dll) Version: 1.0.7
C#
Copy
public
void
Add
(
JsonNode
item
)
Parameters
item
JsonNode
The item to append.
Remarks
Online page
.
Exceptions
JsonNodeList
DuplicateItemException
Thrown when
item
already exists in the list.
InvalidOperationException
Thrown when
item
has the wrong parent.
See Also
Reference
JsonNodeList Class
MichaelBrooks.UK.Json Namespace
In This Article
Definition
Remarks
Exceptions
See Also