Namespace: Cognex.Vision.ViDiEL.ImplementationAssembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.24.0.0
public abstract bool Remove(
KeyValuePair<string, StringCollection> value
)
public abstract bool Remove(
KeyValuePair<string, StringCollection> value
)
Public MustOverride Function Remove (
value As KeyValuePair(Of String, StringCollection)
) As Boolean
Public MustOverride Function Remove (
value As KeyValuePair(Of String, StringCollection)
) As Boolean
public:
virtual bool Remove(
KeyValuePair<String^, StringCollection^> value
) abstract
public:
virtual bool Remove(
KeyValuePair<String^, StringCollection^> value
) abstract
Return Value
Type:
BooleanImplements
ICollection T Remove(T)