ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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.Win.C1GanttView.ResourceRefCollection

    See Also