ConfigurationElementCollectionBase<T>.Remove(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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