Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / CategoryStorage Class / Remove Method
The System.Object to remove.

In This Topic
    Remove Method (CategoryStorage)
    In This Topic
    Removes object from the Objects collection.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Remove( _
       ByVal value As Object _
    ) 
    public virtual void Remove( 
       object value
    )

    Parameters

    value
    The System.Object to remove.
    See Also