csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
3.3 KiB
52 lines
3.3 KiB
<HTML><HEAD><TITLE>Microsoft.FSharp.Collections.SequenceExpressionHelpers</TITLE><link rel="stylesheet" type="text/css"href="../msdn.css"></link></HEAD><BODY>
|
|
<br><dl>
|
|
<dt></dt><dd>
|
|
<h1>[<a href='../namespaces.html'>Home</a>] Module <a href='Microsoft.FSharp.Collections.html'>Microsoft.FSharp.Collections</a>.SequenceExpressionHelpers </h1><br>
|
|
</dd>
|
|
<dt></dt><dd>
|
|
<table>
|
|
<tr valign='top'><td><summary>
|
|
A group of functions used as part of the compiled representation of F# sequence expressions
|
|
</summary>
|
|
<dt><h3>Type Definitions</h3></dt><dd>
|
|
<table width="100%%">
|
|
<tr><th width=30%>Type</th><th>Description</th></tr>
|
|
<tr valign="top"><td>type <a href='Microsoft.FSharp.Collections.SequenceExpressionHelpers.type_GeneratedSequenceBase-1.html'>GeneratedSequenceBase</a></td><td><summary>
|
|
The F# compiler emits implementations of this type for compiled sequence expressions
|
|
</summary></td></tr>
|
|
|
|
</table>
|
|
</dd>
|
|
<dt><h3>Values</h3></dt><dd>
|
|
<table width="100%%">
|
|
<tr><th width=60%>Value</th><th>Description</th></tr>
|
|
<tr valign="top"><td><pre>val EnumerateFromFunctions :
|
|
(<a href='Microsoft.FSharp.Core.type__unit.html'>unit</a> -> 'T) -> ('T -> <a href='Microsoft.FSharp.Core.type__bool.html'>bool</a>) -> ('T -> 'U) -> <a href='Microsoft.FSharp.Collections.type__seq-1.html'>seq</a><'U></pre></td><td><summary>
|
|
The F# compiler emits calls to this function to implement the compiler-intrinsic
|
|
conversions from untyped System.Collections.IEnumerable sequences to typed sequences
|
|
</summary></td></tr>
|
|
<tr valign="top"><td><pre>val EnumerateThenFinally : <a href='Microsoft.FSharp.Collections.type__seq-1.html'>seq</a><'T> -> (<a href='Microsoft.FSharp.Core.type__unit.html'>unit</a> -> <a href='Microsoft.FSharp.Core.type__unit.html'>unit</a>) -> <a href='Microsoft.FSharp.Collections.type__seq-1.html'>seq</a><'T></pre></td><td><summary>
|
|
The F# compiler emits calls to this function to
|
|
implement the 'try/finally' operator for F# sequence expressions
|
|
</summary></td></tr>
|
|
<tr valign="top"><td><pre>val EnumerateUsing :
|
|
'T -> ('T -> #<a href='Microsoft.FSharp.Collections.type__seq-1.html'>seq</a><'U>) -> <a href='Microsoft.FSharp.Collections.type__seq-1.html'>seq</a><'U> (requires 'T :> <a href='http://msdn2.microsoft.com/en-us/library/System.IDisposable.aspx'>IDisposable</a>)</pre></td><td><summary>
|
|
The F# compiler emits calls to this function to implement the 'use' operator for F# sequence expressions
|
|
</summary></td></tr>
|
|
<tr valign="top"><td><pre>val EnumerateWhile : (<a href='Microsoft.FSharp.Core.type__unit.html'>unit</a> -> <a href='Microsoft.FSharp.Core.type__bool.html'>bool</a>) -> <a href='Microsoft.FSharp.Collections.type__seq-1.html'>seq</a><'T> -> <a href='Microsoft.FSharp.Collections.type__seq-1.html'>seq</a><'T></pre></td><td><summary>
|
|
The F# compiler emits calls to this function to
|
|
implement the 'while' operator for F# sequence expressions
|
|
</summary></td></tr>
|
|
|
|
</table>
|
|
</dd>
|
|
</td></tr>
|
|
<tr valign='top'><td>
|
|
<dt><h3>See Also</h3></dt><dd>
|
|
<a href="Microsoft.FSharp.Collections.html">Microsoft.FSharp.Collections</a> </dd>
|
|
</td></tr>
|
|
</table>
|
|
</dd>
|
|
</dl>
|
|
<br /> <br/><p><i>Documentation for assembly FSharp.Core, version 1.9.6.16, generated using <a href='http://research.microsoft.com/fsharp/'>F# Programming Language</a> version 1.9.6.16</i></p>
|
|
</BODY></HTML>
|
|
|