ConfigurationElementCollectionBase<T>.Remove(T) Method

Definition

Removes the first occurrence of an element from the collection.

public:
 void Remove(T element);
public void Remove (T element);
member this.Remove : 'T -> unit
Public Sub Remove (element As T)

Parameters

element
T

The element to remove from the collection

Applies to