FSharpPlus


IList Module

Additional operations IList<'T>

Functions and values

Function or value Description

IList.toIReadOnlyList source

Full Usage: IList.toIReadOnlyList source

Parameters:
    source : IList<'a> - The System.Collections.Generic.IList

Returns: IReadOnlyList<'a> The list converted to a System.Collections.Generic.IReadOnlyList

Converts an IList to an IReadOnlyList (from System.Collections.Generic).

source : IList<'a>

The System.Collections.Generic.IList

Returns: IReadOnlyList<'a>

The list converted to a System.Collections.Generic.IReadOnlyList