IArrayAccess<T> Interface
Provides direct access to an array that is used for internal storage.
type IArrayAccess<T> = interface(ICountable) ['{0C6C22BE-DBFD-4EBE-9E32-6E4BBA8AC382}'] end;
Type Parameters
- T
The IArrayAccess<T> type exposes the following members.
Show: 
| Name | Description | |
|---|---|---|
|  | Count | Returns the number of elements in a countable. (Inherited from ICountable.) | 
|  | IsEmpty | Determines whether a countable contains no elements. (Inherited from ICountable.) | 
|  | Items | Represents property  | 
Show: 
| Name | Description | |
|---|---|---|
|  | GetCount | Represents method  | 
|  | GetIsEmpty | Represents method  | 
|  | GetItems | Represents method  |