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

In This Topic
    ResourceList Constructor(ResourceCollection)
    In This Topic
    Initializes the new instance of the ResourceList class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As ResourceCollection _
    )
    public ResourceList( 
       ResourceCollection owner
    )

    Parameters

    owner
    The owning ResourceCollection object.
    See Also