IArrayAccess<T> Interface

Definition

Provides direct access to an array that is used for internal storage.

Delphi
type IArrayAccess<T> = interface(ICountable)

Type Parameters

T
Inheritance
IInvokable
IArrayAccess<T>

Properties

Count

Returns the number of elements in a countable.

(Inherited from ICountable)
IsEmpty

Determines whether a countable contains no elements.

(Inherited from ICountable)
Items

Methods

GetCount (Inherited from ICountable)
GetIsEmpty (Inherited from ICountable)
GetItems