Method Remove
Remove(string)
Removes the specified a key.
Declaration
public override JSONNode Remove(string aKey)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | aKey | a key.  | 
    
Returns
| Type | Description | 
|---|---|
| JSONNode | JSONNode.  | 
    
Overrides
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.  |