Removes object from the Objects collection.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public override void Remove(
	Object value
)
Visual Basic (Declaration)
Public Overrides Sub Remove ( _
	value As Object _
)

Parameters

value
Type: System..::..Object
The Object to remove.

See Also