Populates the List from another List.
Syntax
ISList.FromList(sourceList, [ignoreDuplicates], [ignoreCase])
Parameters
| Name | Type | Optional | ByRef | Description |
| sourceList |
ISList |
|
|
The source List. |
| ignoreDuplicates |
Boolean |
Optional |
|
Indicates whether to ignore duplicate values.
If omitted, a value of False is assumed. |
| ignoreCase |
Boolean |
Optional |
|
Indicates whether case should be ignored when checking whether a duplicate value already exists in the List.
If omitted, a value of False is assumed. |
- Member of:
- ISList
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0