Additional operations IList<'T>
Function or value | Description |
|
|
|
|
|
|
|
|
|
|
Full Usage:
IList.toIReadOnlyList source
Parameters:
IList<'a>
-
The System.Collections.Generic.IList
Returns: IReadOnlyList<'a>
The list converted to a System.Collections.Generic.IReadOnlyList
|
|