IPersons Methods |
The IPersons type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear | Clear the list. |
![]() | Count | Return the number of persons in the list. |
![]() | Exists | Returns true if the person exists in the list. |
![]() | GetEnumerator | |
![]() | GetFirst | Return the first person in the list. Return NULL if list is empty. |
![]() | GetNext | Return the next person in the list. Return NULL if the end is reached. |
![]() | Remove | Remove a person from the list |