Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ResourceCollection Class / Add Method

In This Topic
    Add Method (ResourceCollection)
    In This Topic
    Adds a new custom object to the collection. If the item already exists in the collection, its index is returned.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal item As Resource _
    ) As Integer
    public int Add( 
       Resource item
    )

    Parameters

    item

    Return Value

    Returns the index of newly added custom object.
    See Also