IListAccessor
Interface in LogicToolkit
Description
Interface that defines list access
Methods
| Method Name | Description |
|---|---|
| AddElement | Add element |
| Clear | Clear the list elements |
| Contains | Determine if the element is included |
| Count | Count the number of elements in the list. |
| GetElement | Get the element |
| IndexOf | Get the index of the element. |
| InsertElement | insert element |
| RemoveAt | Delete the element at index |
| RemoveElement | Delete the element |
| SetElement | Set the element |
| ToArray | Convert list to array |
| ToList | Convert list to List<T> |