| Pass a parameter by reference |
|
|
|
|
ASPX.CS C# - How to pass a parameters by reference (byref) int Count = 0; IncCount(ref Count); Response.Wrire(Count); private void IncCount(ref int Count) { Count++; }
Only registered users can write comments. Powered by AkoComment 2.0.3! |
||
| Last Updated ( Friday, 27 October 2006 ) | ||
| < Prev | Next > |
|---|




Articles 



