ReaderConfigRemove Method (KeyValuePairSymbology, Base)

CVB.Net Documentation
Remove a configuration.

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public bool Remove(
	KeyValuePair<Symbology, Base> item
)

Parameters

item
Type: System.Collections.GenericKeyValuePairSymbology, Base
configuration to remove

Return Value

Type: Boolean
true if the configuration was removes, false otherwise

Implements

ICollectionTRemove(T)
See Also

Reference