Description
Removes the dictionary entry at index id. id must be greater than 0.
Visual Basic
Public virtual Function Remove( id As Integer ) As RXObject
C#
public virtual RXObject Remove( int id );
Parameters
| Parameters | Description |
|---|---|
| int id | Input dictionary entry ID of the entry to remove. |