Removes the first occurrence of a specific string object from the list.
Namespace: Ico.GwxAssembly: GwxRuntimeCoreCommands (in GwxRuntimeCoreCommands.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public void Remove( string value ) |
| Visual Basic |
|---|
Public Sub Remove ( _ value As String _ ) |
| JScript |
|---|
public function Remove( value : String ) |
Parameters
- value
- Type: System..::..String
The string object to remove from the list.