Scheduler for WPF | ComponentOne
C1.Schedule Namespace / ContactList Class / ContactList Constructor / ContactList Constructor(ContactList)
The ContactList object.

In This Topic
    ContactList Constructor(ContactList)
    In This Topic
    Initializes a copy of the specified ContactList object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal list As ContactList _
    )
    public ContactList( 
       ContactList list
    )

    Parameters

    list
    The ContactList object.
    See Also