Method RemoveMethod
RemoveMethod(string)
Removes a method from the collection by its name.
public void RemoveMethod(string name)
Parameters
namestringThe name of the method to remove.
Removes a method from the collection by its name.
public void RemoveMethod(string name)
name stringThe name of the method to remove.