Remove all items either contained in or not contained in the supplied list from this list.
Syntax
ISList.RemoveListReadOnly(list, excludeList)
Parameters
| Name | Type | Optional | ByRef | Description |
| list |
ISListReadOnly |
|
|
The List of items. |
| excludeList |
Boolean |
|
|
Indicates whether any items NOT contained in the list should be removed. |
Return Value
Boolean
A Boolean value indicating whether any items were removed.
- Member of:
- ISList
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0