GlobalFilterCollection.Remove(Object) Method

Definition

Removes all the filters that match the specified filter.

public void Remove (object filter);
member this.Remove : obj -> unit
Public Sub Remove (filter As Object)

Parameters

filter
Object

The filter to remove.

Applies to