VirtualTypeBuilder.EventInfoCollection.Remove(EventInfo) Method

Definition

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

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

Parameters

value
EventInfo

The EventInfo to remove from the collection.

Exceptions

value is null.

Applies to