0

How to implement c# program simple function calling?

1st Jul 2017, 2:00 AM
swapnil gaikwad
swapnil gaikwad - avatar
2 odpowiedzi
+ 2
To call a function that you have written? Just use the name of the function plus any args in parenthesis. Ex. func name is myFunc: int x = myFunc(y);
1st Jul 2017, 2:05 AM
J.G.
J.G. - avatar
0
thanks
3rd Sep 2017, 2:41 AM
swapnil gaikwad
swapnil gaikwad - avatar