Click or drag to resize

SOPersons Methods

The SOPersons type exposes the following members.

Methods
  NameDescription
Public methodCode exampleClear
Clear the list.
(Inherited from IPersons.)
Public methodCode exampleCount
Return the number of persons in the list.
(Inherited from IPersons.)
Public methodCode exampleExists
Returns true if the person exists in the list.
(Inherited from IPersons.)
Public methodGetEnumerator (Inherited from IPersons.)
Public methodCode exampleGetFirst
Return the first person in the list. Return NULL if list is empty.
(Inherited from IPersons.)
Public methodCode exampleGetNext
Return the next person in the list. Return NULL if the end is reached.
(Inherited from IPersons.)
Public methodCode exampleRemove
Remove a person from the list
(Inherited from IPersons.)
Top
See Also