'Declaration Public Sub Remove( _ ByVal value As IdentificationMatch _ )
'Usage Dim instance As IdentificationMatchCollection Dim value As IdentificationMatch instance.Remove(value)
public void Remove( IdentificationMatch value )
public: void Remove( IdentificationMatch* value )
public: void Remove( IdentificationMatch^ value )
Parameters
- value
- The element to remove from the collection.