Beispiel #1
0
 private static byte GetByteInternal(Array array, int index)
 {
     return((byte)array.GetElem(index));
 }