IInterface
IInterfaceList
| Delphi | C#.NET | Supported |
| IInterfaceList | System.Collections.ArrayList | Yes |
| Properties | ||
| Capacity | Capacity | Yes |
| Count | Count | Yes |
| Items | Item | Yes |
| Methods | ||
| Add | Add | Yes |
| Clear | Clear | Yes |
| Delete | RemoveAt | Yes |
| Exchange | No | |
| First | No | |
| Get | Item | Yes |
| GetCapacity | Capacity | Yes |
| GetCount | Count | Yes |
| IndexOf | IndexOf | Yes |
| Insert | Insert | Yes |
| Last | No | |
| Lock | No | |
| Put | Item | Yes |
| Remove | Remove | Yes |
| SetCapacity | Capacity | Yes |
| SetCount | No | |
| Unlock | No | |