Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValueRemove Method (String)

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public bool Remove(
	string key
)

Parameters

key
Type: SystemString
The key of the element to remove.

Return Value

Type: Boolean
true 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