Selerix Developer Tools
RemoveAll Method (ApplicantCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ApplicantCollection Class : RemoveAll Method
The match.The match.
Removes all. Removes all.
Syntax
'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 function RemoveAll( 
    match: Predicate
): Integer; override; 
public override function RemoveAll( 
   match : Predicate
) : int;
public: int RemoveAll( 
   Predicate<Applicant*>* match
) override 
public:
int RemoveAll( 
   Predicate<Applicant^>^ match
) override 

Parameters

match
The match.The match.

Return Value

System.Int32.
See Also

Reference

ApplicantCollection Class
ApplicantCollection Members
Base Implementation in RemoveAll