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

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

    Parameters

    list
    The ResourceList object.
    See Also