Selerix Developer Tools
AddRange Method (ApplicantCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ApplicantCollection Class : AddRange Method
The collection.The collection.
Adds the range. Adds the range.
Syntax
'Declaration
 
Public Overrides Sub AddRange( _
   ByVal collection As IEnumerable(Of Applicant) _
) 
'Usage
 
Dim instance As ApplicantCollection
Dim collection As IEnumerable(Of Applicant)
 
instance.AddRange(collection)
public override void AddRange( 
   IEnumerable<Applicant> collection
)
public procedure AddRange( 
    collection: IEnumerable
); override; 
public override function AddRange( 
   collection : IEnumerable
);
public: void AddRange( 
   IEnumerable<Applicant*>* collection
) override 
public:
void AddRange( 
   IEnumerable<Applicant^>^ collection
) override 

Parameters

collection
The collection.The collection.
See Also

Reference

ApplicantCollection Class
ApplicantCollection Members
Base Implementation in AddRange