Remove the specified item from this collection.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
public override bool Remove(
KeyValuePair<string, string> item
)
public override bool Remove(
KeyValuePair<string, string> item
)
Public Overrides Function Remove (
item As KeyValuePair(Of String, String)
) As Boolean
Public Overrides Function Remove (
item As KeyValuePair(Of String, String)
) As Boolean
public:
virtual bool Remove(
KeyValuePair<String^, String^> item
) override
public:
virtual bool Remove(
KeyValuePair<String^, String^> item
) override
Return Value
Type:
BooleanImplements
ICollection T Remove(T)