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