[]
        
(Showing Draft Content)

C1.Schedule.BaseStorage-2.Remove

Remove Method

Remove(object)

Removes object from the Objects collection.

Declaration
public override void Remove(object value)
Public Overrides Sub Remove(value As Object)
Parameters
Type Name Description
object value

The object to remove.

Overrides