| SqlDictionaryTValueRemove Method (String) |
Namespace: SandcastleBuilder.ComponentsAssembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax public bool Remove(
string key
)
Public Function Remove (
key As String
) As Boolean
public:
virtual bool Remove(
String^ key
) sealed
abstract Remove :
key : string -> bool
override Remove :
key : string -> bool
Parameters
- key
- Type: SystemString
The key of the element to remove.
Return Value
Type:
Booleantrue if the element is successfully removed; otherwise, false. This method also returns false if
key was not found in the original
IDictionaryTKey, TValue.
Implements
IDictionaryTKey, TValueRemove(TKey)Exceptions Remarks This method is not implemented
See Also