QsNullable<T>.Choose<a,b> Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static System.Collections.Generic.IEnumerable<b> Choose<a,b> (Microsoft.FSharp.Core.FSharpFunc<a,Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<b>> fct, System.Collections.Generic.IEnumerable<a> seq);
Public Shared Function Choose(Of a, b) (fct As FSharpFunc(Of a, QsNullable(Of b)), seq As IEnumerable(Of a)) As IEnumerable(Of b)

Type Parameters

a
b

Parameters

fct
Microsoft.FSharp.Core.FSharpFunc<a,QsNullable<b>>
seq
IEnumerable<a>

Returns

IEnumerable<b>
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to