'Declaration
Public Function Dependents( _ ByVal employee As Applicant _ ) As ApplicantCollection
'Usage
Dim instance As ApplicantCollection Dim employee As Applicant Dim value As ApplicantCollection value = instance.Dependents(employee)
public ApplicantCollection Dependents( Applicant employee )
public function Dependents( employee: Applicant ): ApplicantCollection;
public function Dependents( employee : Applicant ) : ApplicantCollection;
public: ApplicantCollection* Dependents( Applicant* employee )
public: ApplicantCollection^ Dependents( Applicant^ employee )
Parameters
- employee
- The employee.