This object is list of objects Person.
Object properties
All the functions refer to the list of objects on which the function is called.
Name |
Description |
PersonInfoList ToPersonInfoList() |
Function converts list of Person object instances into the list of PersonInfo object instances. |
void Add(int personId) |
Function adds a new user into the list and sets his name as input Id. |