Method Remove
Remove(int)
Removes the specified a index.
Declaration
public override JSONNode Remove(int aIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | aIndex | a index. |
Returns
| Type | Description |
|---|---|
| JSONNode | JSONNode. |
Overrides
Remove(JSONNode)
Removes the specified a node.
Declaration
public override JSONNode Remove(JSONNode aNode)
Parameters
| Type | Name | Description |
|---|---|---|
| JSONNode | aNode | a node. |
Returns
| Type | Description |
|---|---|
| JSONNode | JSONNode. |