JConstructor Properties |
The JConstructor type exposes the following members.
Name | Description | |
---|---|---|
ChildrenTokens |
Gets the container's children tokens.
(Overrides JContainerChildrenTokens.) | |
Count |
Gets the count of child JSON tokens.
(Inherited from JContainer.) | |
First |
Get the first child token of this token.
(Inherited from JContainer.) | |
HasValues |
Gets a value indicating whether this token has child tokens.
(Inherited from JContainer.) | |
Item |
Gets the JToken with the specified key.
(Overrides JTokenItemObject.) | |
Last |
Get the last child token of this token.
(Inherited from JContainer.) | |
Name |
Gets or sets the name of this constructor.
| |
Next |
Gets the next sibling token of this node.
(Inherited from JToken.) | |
Parent |
Gets or sets the parent.
(Inherited from JToken.) | |
Path |
Gets the path of the JSON token.
(Inherited from JToken.) | |
Previous |
Gets the previous sibling token of this node.
(Inherited from JToken.) | |
Root | (Inherited from JToken.) | |
Type |
Gets the node type for this JToken.
(Overrides JTokenType.) |