Share via


VirtualTypeBuilder.MethodInfoCollection.Remove(MethodInfo) Method

Definition

Removes the first occurrence of a specific MethodInfo from the collection.

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

Parameters

value
MethodInfo

The MethodInfo to remove from the collection.

Exceptions

value is null.

Applies to