# ArrayAccess<T>
> interface
no package
extented by [IList_1](http://#), [IDictionary](http://#), [IList](http://#)
* * * * *
所有平台可用
* * * * *
ArrayAcces 是用来表明可以被使用括号访问的一个类。类型参数表示了存储的元素的类型。
这个接口只能被用于外部类。Haxe 不支持自定义类上的数组访问。然而,数组访问可以被实现,对于抽象类型。
查看:
* http://haxe.org/manual/types-abstract-array-access.html