VirtualTypeBuilder.EventInfoCollection.Remove(EventInfo) 方法

定义

从集合中移除特定 EventInfo 的第一个匹配项。

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)

参数

value
EventInfo

要从该集合中移除的 EventInfo

例外

valuenull

适用于