IList Interface
Represents type IList
.
Spring.Collections.IEnumerable
Spring.Collections.ICollection
Spring.Collections.IList
Spring.Collections.Adapters.TListAdapter<T>
Spring.Collections.Base.TListBase<T>
type IList = interface(ICollection) ['{43FF6143-3B87-4298-B48C-2ABB9353BF68}'] end;
The IList type exposes the following members.
Name | Description | |
---|---|---|
![]() | Capacity | Represents property |
![]() | 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.) |
![]() | IsReadOnly | Represents property |
![]() | Items[Integer] | Represents property |
![]() | OnChanged | Represents property |
Name | Description | |
---|---|---|
![]() | Add(TValue) | Represents method |
![]() | AddRange(IEnumerable) | Overloaded. Represents method |
![]() | AddRange(TValue[]) | Overloaded. Represents method |
![]() | AsObject | Returns the reference to this instance. (Inherited from IEnumerable.) |
![]() | AsReadOnlyList | Represents method |
![]() | Clear | Represents method |
![]() | Delete(Integer) | Represents method |
![]() | DeleteRange(Integer,Integer) | Represents method |
![]() | Exchange(Integer,Integer) | Represents method |
![]() | Extract(TValue) | Represents method |
![]() | ExtractRange(IEnumerable) | Overloaded. Represents method |
![]() | ExtractRange(TValue[]) | Overloaded. Represents method |
![]() | GetCapacity | Represents method |
![]() | GetCount | Represents method |
![]() | GetElementType | Represents method |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
![]() | GetIsEmpty | Represents method |
![]() | GetIsReadOnly | Represents method |
![]() | GetItem(Integer) | Represents method |
![]() | GetOnChanged | Represents method |
![]() | IndexOf(TValue) | Overloaded. Represents method |
![]() | IndexOf(TValue,Integer) | Overloaded. Represents method |
![]() | IndexOf(TValue,Integer,Integer) | Overloaded. Represents method |
![]() | Insert(Integer,TValue) | Represents method |
![]() | InsertRange(Integer,IEnumerable) | Overloaded. Represents method |
![]() | InsertRange(Integer,TValue[]) | Overloaded. Represents method |
![]() | LastIndexOf(TValue) | Overloaded. Represents method |
![]() | LastIndexOf(TValue,Integer) | Overloaded. Represents method |
![]() | LastIndexOf(TValue,Integer,Integer) | Overloaded. Represents method |
![]() | Move(Integer,Integer) | Represents method |
![]() | Remove(TValue) | Represents method |
![]() | RemoveRange(IEnumerable) | Overloaded. Represents method |
![]() | RemoveRange(TValue[]) | Overloaded. Represents method |
![]() | Reverse | Overloaded. Represents method |
![]() | Reverse(Integer,Integer) | Overloaded. Represents method |
![]() | SetCapacity(Integer) | Represents method |
![]() | SetItem(Integer,TValue) | Represents method |
![]() | Sort | Represents method |
![]() | TrimExcess | Represents method |