VirtualTypeBuilder.ConstructorInfoCollection.Remove(ConstructorInfo) 方法

定义

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

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

参数

value
ConstructorInfo

要从该集合中移除的 ConstructorInfo

例外

valuenull

适用于