VirtualTypeBuilder.ConstructorInfoCollection.Remove(ConstructorInfo) Method

Definition

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

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)

Parameters

value
ConstructorInfo

The ConstructorInfo to remove from the collection.

Exceptions

value is null.

Applies to