VirtualTypeBuilder.MethodInfoCollection.Remove(MethodInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the first occurrence of a specific MethodInfo from the collection.
public:
void Remove(System::Reflection::MethodInfo ^ value);
public void Remove (System.Reflection.MethodInfo value);
member this.Remove : System.Reflection.MethodInfo -> unit
Public Sub Remove (value As MethodInfo)
Parameters
- value
- MethodInfo
The MethodInfo to remove from the collection.
Exceptions
value
is null
.