Click or drag to resize
Sandcastle Help File BuilderSqlDictionaryTValueRemove Method (KeyValuePairString, TValue)

Namespace: SandcastleBuilder.Components
Assembly: SandcastleBuilder.Components (in SandcastleBuilder.Components.dll) Version: 2014.11.22.0
Syntax
public bool Remove(
	KeyValuePair<string, TValue> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairString, TValue
The object to remove from the ICollectionT.

Return Value

Type: Boolean
true if item was successfully removed from the ICollectionT; otherwise, false. This method also returns false if item is not found in the original ICollectionT.

Implements

ICollectionTRemove(T)
Exceptions
Remarks
This method is not implemented
See Also