Remove(String,String) Method
In This Topic
Syntax
'Declaration
Public Overloads Function Remove( _
ByVal As System.String, _
ByRef As System.String _
) As System.Boolean
public System.bool Remove(
System.string ,
out System.string
)
Parameters
- key
- value
See Also