VirtualTypeBuilder::ConstructorInfoCollection::Remove Method (ConstructorInfo^)
Visual Studio 2015
Removes the first occurrence of a specific ConstructorInfo from the collection.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- value
-
Type:
System.Reflection::ConstructorInfo^
The ConstructorInfo to remove from the collection.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
Show: