VirtualTypeBuilder::ConstructorInfoCollection::Remove Method (ConstructorInfo^)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
void Remove(
	ConstructorInfo^ value
)

Parameters

value
Type: System.Reflection::ConstructorInfo^

The ConstructorInfo to remove from the collection.

Exception Condition
ArgumentNullException

value is null.

Return to top
Show: