public static T ReadArrayElement (void* source, int index);

参数

source内存指针。
index数组索引。

返回

T 数组元素。

描述

读取数组元素。