Write the name of the three ways to pass a parameter to a method in C#.
Md Tahmidul Abedin
Select an image from your device to upload
Value, Reference and Output parameters
Parameters can be passed to a method in following three ways :
Value ParametersReference ParametersOutput Parameters
value,out,ref