BaseListControlObjectCollectionRemove Method
Remove the specified value from the collection
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public void Remove(
Object value
)
Public Sub Remove (
value As Object
)
public:
virtual void Remove(
Object^ value
) sealed
abstract Remove :
value : Object -> unit
override Remove :
value : Object -> unit
- value Object
- The value to remove
IListRemove(Object)