[]
Initializes the new instance of the ContactList class.
public ContactList(ContactCollection owner)
Type | Name | Description |
---|---|---|
ContactCollection | owner | The owning ContactCollection object. |
Initializes a copy of the specified ContactList object.
public ContactList(ContactList list)
Type | Name | Description |
---|---|---|
ContactList | list | The ContactList object. |