StringDictionary Remove Method (KeyValuePair String, String )Cognex VisionPro 9.10

Remove the specified item from this collection.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public override bool Remove(
	KeyValuePair<string, string> item
)

Parameters

item
Type: System.Collections.Generic KeyValuePair String, String 

Return Value

Type: Boolean

Implements

ICollection T  Remove(T)
See Also