ReflectionIT NDocSample Library

EmployeeCollection.RemoveAt Method 

Removes a employee from the employee collection at the specified indexed location.

public void RemoveAt(
   int index
);

Parameters

index
The index value of the Employee to remove.

See Also

EmployeeCollection Class | ReflectionIT.NDocSample Namespace