functions in C#

Posted by Al???y on Stack Overflow See other posts from Stack Overflow or by Al???y
Published on 2010-05-17T11:17:57Z Indexed on 2010/05/17 11:20 UTC
Read the original article Hit count: 223

Filed under:
|

As in c # to create and then call the function? In C + + do so:

int func (int value) 
{ 
   value +=2;
}

But as is done in c #?

© Stack Overflow or respective owner

Related posts about c#

Related posts about function