'Declaration
Public Overrides Function RemoveAll( _ ByVal match As Predicate(Of Applicant) _ ) As Integer
'Usage
Dim instance As ApplicantCollection Dim match As Predicate(Of Applicant) Dim value As Integer value = instance.RemoveAll(match)
public override int RemoveAll( Predicate<Applicant> match )
public: int RemoveAll( Predicate<Applicant*>* match ) override
public: int RemoveAll( Predicate<Applicant^>^ match ) override
Parameters
- match
- The match.The match.
Return Value
System.Int32.