TdxOrdinalList<T> Members
Constructors
| Name | Description |
|---|---|
| Create(TdxOrdinalList<T>) | |
| Create(Integer) | Initializes a new instance of the TdxOrdinalList<T> class with specified settings. |
Properties
| Name | Description |
|---|---|
| Capacity | Inherited from TdxOrdinalList. |
| Count | Inherited from TdxOrdinalList. |
| Items |
Methods
| Name | Description |
|---|---|
| Add(T) | |
| AddRange(TdxOrdinalList<T>) | |
| AddRange(TEnumerable<T>) | |
| AddRange(TArray<T>) | |
| BinarySearch(T,Integer) | |
| Clear | Inherited from TdxOrdinalList. |
| Contains(T) | |
| Delete(Integer) | Inherited from TdxOrdinalList. |
| DeleteRange(Integer,Integer) | Inherited from TdxOrdinalList. |
| Empty | Inherited from TdxOrdinalList. |
| Equals(TObject) | Inherited from TObject. |
| Exchange(Integer,Integer) | Inherited from TdxOrdinalList. |
| Extract(T,TDirection) | |
| ExtractByIndex(Integer) | |
| First | |
| GetHashCode | Inherited from TObject. |
| IndexOf(T) | |
| Insert(Integer,NativeUInt) | |
| Last | |
| LastIndexOf(T) | |
| Move(Integer,Integer) | Inherited from TdxOrdinalList. |
| Remove(T) | |
| Reverse | Inherited from TdxOrdinalList. |
| Sort | Inherited from TdxOrdinalList. |
| Sort(TCompareItems,Boolean) | Inherited from TdxOrdinalList. |
| Sort(TdxListSortCompareDelegate) | Inherited from TdxOrdinalList. |
| Sort(TListSortCompare,Boolean) | Inherited from TdxOrdinalList. |
| ToArray | |
| ToString | Inherited from TObject. |
See Also