You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
///<returns>A task returning the actual length of the sequence,or <paramref name="max" />if the sequence is longer than <paramref name="max" />.</returns>
175
179
///<exception cref="T:ArgumentNullException">Thrown when the input task sequence is null.</exception>
176
180
static member lengthOrMax:max:int ->source:TaskSeq<'T> ->Task<int>
177
181
@@ -183,6 +187,7 @@ type TaskSeq =
183
187
///
184
188
///<param name="predicate">A function to test whether an item in the input sequence should be included in the count.</param>
0 commit comments