IReadOnlyList Interface

Represents type IReadOnlyList.

Namespace: Spring.Collections
type
 IReadOnlyList = interface(IReadOnlyCollection)
 ['{3DFEBF5A-8BF2-4152-A105-BECF01AFB60F}']
 end;

The IReadOnlyList type exposes the following members.

Show:
 NameDescription
Count

Returns the number of elements in a sequence. (Inherited from IEnumerable.)

ElementType

Returns the type of the elements in the sequence. (Inherited from IEnumerable.)

IsEmpty

Determines whether the sequence contains no elements. (Inherited from IEnumerable.)

Item[Integer]

Represents property Item[Integer].

Top
Show:
 NameDescription
AsObject

Returns the reference to this instance. (Inherited from IEnumerable.)

GetCount

Represents method GetCount. (Inherited from IEnumerable.)

GetElementType

Represents method GetElementType. (Inherited from IEnumerable.)

GetEnumerator

Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)

GetIsEmpty

Represents method GetIsEmpty. (Inherited from IEnumerable.)

GetItem(Integer)

Represents method GetItem(Integer).

IndexOf(TValue)

Overloaded. Represents method IndexOf(TValue).

IndexOf(TValue,Integer)

Overloaded. Represents method IndexOf(TValue,Integer).

IndexOf(TValue,Integer,Integer)

Overloaded. Represents method IndexOf(TValue,Integer,Integer).

Top