IArrayAccess<T> Interface

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

Namespace: Spring.Collections
IInvokable
  Spring.ICountable
    Spring.Collections.IArrayAccess<T>
      Spring.Collections.Lists.TList<T>
type
 IArrayAccess<T> = interface(ICountable)
 ['{0C6C22BE-DBFD-4EBE-9E32-6E4BBA8AC382}']
 end;

Type Parameters

T

The IArrayAccess<T> type exposes the following members.

Show:
 NameDescription
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 Items.

Top
Show:
 NameDescription
GetCount

Represents method GetCount. (Inherited from ICountable.)

GetIsEmpty

Represents method GetIsEmpty. (Inherited from ICountable.)

GetItems

Represents method GetItems.

Top