MS-help: //ms.vscc.2003/ms.msdnqtr.2003feb.2052/cpref/html/frlrfsystembufferclassbytelengththtopic.htm
[C #] int [] arr = new int [5] {0, 1, 2, 3, 4}; debug.assert (buffer.bytelength (arr) == 20); for (int i = 0; i
Can this program actually run? Hoho