[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / system.interactive.async / 3.1.1 / lib / netstandard1.0 / System.Interactive.Async.xml
1 <?xml version="1.0"?>
2 <doc>
3     <assembly>
4         <name>System.Interactive.Async</name>
5     </assembly>
6     <members>
7         <member name="T:System.Linq.Internal.Grouping`2">
8             Adapted from System.Linq.Grouping from .NET Framework
9             Source: https://github.com/dotnet/corefx/blob/b90532bc97b07234a7d18073819d019645285f1c/src/System.Linq/src/System/Linq/Grouping.cs#L64
10         </member>
11         <member name="T:System.Linq.IIListProvider`1">
12             <summary>
13             An iterator that can produce an array or <see cref="T:System.Collections.Generic.List`1"/> through an optimized path.
14             </summary>
15         </member>
16         <member name="M:System.Linq.IIListProvider`1.ToArrayAsync(System.Threading.CancellationToken)">
17             <summary>
18             Produce an array of the sequence through an optimized path.
19             </summary>
20             <param name="cancellationToken"></param>
21             <returns>The array.</returns>
22         </member>
23         <member name="M:System.Linq.IIListProvider`1.ToListAsync(System.Threading.CancellationToken)">
24             <summary>
25             Produce a <see cref="T:System.Collections.Generic.List`1"/> of the sequence through an optimized path.
26             </summary>
27             <param name="cancellationToken"></param>
28             <returns>The <see cref="T:System.Collections.Generic.List`1"/>.</returns>
29         </member>
30         <member name="M:System.Linq.IIListProvider`1.GetCountAsync(System.Boolean,System.Threading.CancellationToken)">
31             <summary>
32             Returns the count of elements in the sequence.
33             </summary>
34             <param name="onlyIfCheap">If true then the count should only be calculated if doing
35             so is quick (sure or likely to be constant time), otherwise -1 should be returned.</param>
36             <param name="cancellationToken"></param>
37             <returns>The number of elements.</returns>
38         </member>
39         <member name="M:System.Collections.Generic.AsyncEnumerator.MoveNext``1(System.Collections.Generic.IAsyncEnumerator{``0})">
40             <summary>
41             Advances the enumerator to the next element in the sequence, returning the result asynchronously.
42             </summary>
43             <returns>
44             Task containing the result of the operation: true if the enumerator was successfully advanced 
45             to the next element; false if the enumerator has passed the end of the sequence.
46             </returns>
47         </member>
48         <member name="T:System.Collections.Generic.IAsyncEnumerable`1">
49             <summary>
50                 Asynchronous version of the IEnumerable&lt;T&gt; interface, allowing elements of the
51                 enumerable sequence to be retrieved asynchronously.
52             </summary>
53             <typeparam name="T">Element type.</typeparam>
54         </member>
55         <member name="M:System.Collections.Generic.IAsyncEnumerable`1.GetEnumerator">
56             <summary>
57                 Gets an asynchronous enumerator over the sequence.
58             </summary>
59             <returns>Enumerator for asynchronous enumeration over the sequence.</returns>
60         </member>
61         <member name="T:System.Collections.Generic.IAsyncEnumerator`1">
62             <summary>
63                 Asynchronous version of the IEnumerator&lt;T&gt; interface, allowing elements to be
64                 retrieved asynchronously.
65             </summary>
66             <typeparam name="T">Element type.</typeparam>
67         </member>
68         <member name="P:System.Collections.Generic.IAsyncEnumerator`1.Current">
69             <summary>
70                 Gets the current element in the iteration.
71             </summary>
72         </member>
73         <member name="M:System.Collections.Generic.IAsyncEnumerator`1.MoveNext(System.Threading.CancellationToken)">
74             <summary>
75                 Advances the enumerator to the next element in the sequence, returning the result asynchronously.
76             </summary>
77             <param name="cancellationToken">Cancellation token that can be used to cancel the operation.</param>
78             <returns>
79                 Task containing the result of the operation: true if the enumerator was successfully advanced
80                 to the next element; false if the enumerator has passed the end of the sequence.
81             </returns>
82         </member>
83     </members>
84 </doc>