[]
        
(Showing Draft Content)

C1.Schedule.ContactList.-ctor

ContactList Constructor

ContactList(ContactCollection)

Initializes the new instance of the ContactList class.

Declaration
public ContactList(ContactCollection owner)
Parameters
Type Name Description
ContactCollection owner

The owning ContactCollection object.

ContactList(ContactList)

Initializes a copy of the specified ContactList object.

Declaration
public ContactList(ContactList list)
Parameters
Type Name Description
ContactList list

The ContactList object.