[]
        
(Showing Draft Content)

C1.Schedule.ContactList.-ctor

ContactList Constructor

ContactList(ContactCollection)

Initializes the new instance of the ContactList class.

Declaration
public ContactList(ContactCollection owner)
Public Sub New(owner As ContactCollection)
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)
Public Sub New(list As ContactList)
Parameters
Type Name Description
ContactList list

The ContactList object.