| |
| | Understanding the System.Buffer Class (Site not responding. Last check: 2007-10-31) |
 | | Yes the first question comes in our mind is how they are different from Array class and how they work when compared to Array class. |
 | | In System.Buffer class we have BlockCopy() Member to copy from one array to another.Lets take an example with a array of 5 elements Myarr1[5] initialized with data 1,2,3,4,5 and another array of 10 elements Myarr2[10] with data 0,0,0,0,0,6,7,8,9,10. |
 | | In Buffer class the length means number of byte length in array. |
| www.c-sharpcorner.com /References/System.Buffer.asp (532 words) |
|