IReadOnlyList Interface
Represents type IReadOnlyList
.
Spring.Collections.IEnumerable
Spring.Collections.IReadOnlyCollection
Spring.Collections.IReadOnlyList
Spring.Collections.Adapters.TListAdapter<T>
type IReadOnlyList = interface(IReadOnlyCollection) ['{3DFEBF5A-8BF2-4152-A105-BECF01AFB60F}'] end;
The IReadOnlyList type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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 |
Name | Description | |
---|---|---|
![]() | AsObject | Returns the reference to this instance. (Inherited from IEnumerable.) |
![]() | GetCount | Represents method |
![]() | GetElementType | Represents method |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | GetIsEmpty | Represents method |
![]() | GetItem(Integer) | Represents method |
![]() | IndexOf(TValue) | Overloaded. Represents method |
![]() | IndexOf(TValue,Integer) | Overloaded. Represents method |
![]() | IndexOf(TValue,Integer,Integer) | Overloaded. Represents method |