CodeTypeParameterCollection.Remove(CodeTypeParameter) Method

Definition

Removes the specified CodeTypeParameter object from the collection.

public:
 void Remove(System::CodeDom::CodeTypeParameter ^ value);
public void Remove (System.CodeDom.CodeTypeParameter value);
member this.Remove : System.CodeDom.CodeTypeParameter -> unit
Public Sub Remove (value As CodeTypeParameter)

Parameters

value
CodeTypeParameter

The CodeTypeParameter object to remove from the collection.

Exceptions

The specified object is not found in the collection.

Applies to