VirtualTypeBuilder::MethodInfoCollection::Remove Method (MethodInfo^)

 

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

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

public:
void Remove(
	MethodInfo^ value
)

Parameters

value
Type: System.Reflection::MethodInfo^

The MethodInfo to remove from the collection.

Exception Condition
ArgumentNullException

value is null.

Return to top
Show: