TObject
TList
| Delphi | C#.NET | Supported |
| TList | System.Collections.ArrayList | Yes |
| Properties | ||
| Capacity | Capacity | Yes |
| Count | Count | Yes |
| Items | Item | Yes |
| List | No | |
| Methods | ||
| Clear | Clear | Yes |
| Add | Add | Yes |
| Delete | RemoveAt | Yes |
| Error | No | |
| Exchange | No | |
| Expand | No | |
| Extract | No | |
| First | No | |
| IndexOf | IndexOf | Yes |
| Insert | Insert | Yes |
| Last | No | |
| Move | No | |
| Remove | Remove | Yes |
| Pack | No | |
| Sort | Sort | Yes |
| Assign | No | |