ReflectionIT NDocSample Library

EmployeeCollection.Remove Method 

Removes the specified employee from the employee collection.

public void Remove(
   Employee e
);

Parameters

e
The employee to remove from the employee collection.

See Also

EmployeeCollection Class | ReflectionIT.NDocSample Namespace