http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Removes a key and value from the dictionary.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public bool Remove( KeyValuePair<uint, CvTrack> item ) |
Visual Basic |
---|
Public Function Remove ( _ item As KeyValuePair(Of UInteger, CvTrack) _ ) As Boolean |
Visual C++ |
---|
public: virtual bool Remove( KeyValuePair<unsigned int, CvTrack> item ) sealed |
Parameters
- item
- Type: System.Collections.Generic..::..KeyValuePair<(Of <(<'UInt32, CvTrack>)>)>
The structure representing the key and value to be removed