forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHighPriority.xml
67 lines (67 loc) · 3.45 KB
/
HighPriority.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<Type Name="HighPriority" FullName="Microsoft.FSharp.Linq.QueryRunExtensions.HighPriority">
<TypeSignature Language="C#" Value="public static class HighPriority" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed HighPriority extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.FSharp.Linq.QueryRunExtensions.HighPriority" />
<AssemblyInfo>
<AssemblyName>FSharp.Core</AssemblyName>
<AssemblyVersion>2.3.98.1</AssemblyVersion>
<AssemblyVersion>3.98.4.0</AssemblyVersion>
<AssemblyVersion>3.100.4.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName>Microsoft.FSharp.Core.AutoOpen</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="RunQueryAsEnumerable<T>">
<MemberSignature Language="C#" Value="public static System.Collections.Generic.IEnumerable<T> RunQueryAsEnumerable<T> (Microsoft.FSharp.Linq.QueryBuilder this, Microsoft.FSharp.Quotations.FSharpExpr<Microsoft.FSharp.Linq.QuerySource<T,System.Collections.IEnumerable>> q);" />
<MemberSignature Language="ILAsm" Value=".method public static class System.Collections.Generic.IEnumerable`1<!!T> RunQueryAsEnumerable<T>(class Microsoft.FSharp.Linq.QueryBuilder this, class Microsoft.FSharp.Quotations.FSharpExpr`1<class Microsoft.FSharp.Linq.QuerySource`2<!!T, class System.Collections.IEnumerable>> q) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.FSharp.Linq.QueryRunExtensions.HighPriority.RunQueryAsEnumerable``1(Microsoft.FSharp.Linq.QueryBuilder,Microsoft.FSharp.Quotations.FSharpExpr{Microsoft.FSharp.Linq.QuerySource{``0,System.Collections.IEnumerable}})" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>FSharp.Core</AssemblyName>
<AssemblyVersion>2.3.98.1</AssemblyVersion>
<AssemblyVersion>3.98.4.0</AssemblyVersion>
<AssemblyVersion>3.100.4.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>Microsoft.FSharp.Core.CompilationArgumentCounts(Mono.Cecil.CustomAttributeArgument[])</AttributeName>
</Attribute>
<Attribute>
<AttributeName>Microsoft.FSharp.Core.CompilationSourceName("Run")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Collections.Generic.IEnumerable<T></ReturnType>
</ReturnValue>
<TypeParameters>
<TypeParameter Name="T" />
</TypeParameters>
<Parameters>
<Parameter Name="this" Type="Microsoft.FSharp.Linq.QueryBuilder" />
<Parameter Name="q" Type="Microsoft.FSharp.Quotations.FSharpExpr<Microsoft.FSharp.Linq.QuerySource<T,System.Collections.IEnumerable>>" />
</Parameters>
<Docs>
<typeparam name="T">To be added.</typeparam>
<param name="this">To be added.</param>
<param name="q">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>