GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / ResourceRefCollection Class
Members

In This Topic
    ResourceRefCollection Class
    In This Topic
    Represents a collection of resource references.
    Object Model
    ResourceRefCollection Class
    Syntax
    'Declaration
     
    Public Class ResourceRefCollection 
       Inherits System.Collections.ObjectModel.Collection(Of ResourceRef)
    public class ResourceRefCollection : System.Collections.ObjectModel.Collection<ResourceRef> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.GanttView.ResourceRefCollection

    See Also