Overload List
| Name | Description | |
|---|---|---|
| Remove(String) |
Removes the first item in the list with the specified name.
| |
| Remove(String, Int32) |
Removes the nth item in the list with the specified name.
| |
| Remove(String, String) |
Removes the first item in the list with the specified name and value.
| |
| Remove(String, String, Int32) |
Removes the nth item in the list with the specified name and value.
|
See Also