运算符 [] 方法

T operator [](
  1. int index
)

此扩展方法必须在类型为 Pointer<T> 的接收器上调用,其中 T 是编译时间常量类型。

实现

external T operator [](int index);