J
john_j100
Guest
If the parameter is fixed (not overload parameter, type) then is there way to know what types of parameters could be passed into a method.
For example method
void OnSaveButtonClicked() takes object sender and EventArgs e arguments, is there way (could VS give some hint) to know that I could pass such?
(related topic)
Continue reading...
For example method
void OnSaveButtonClicked() takes object sender and EventArgs e arguments, is there way (could VS give some hint) to know that I could pass such?
(related topic)
Continue reading...