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
[System.Diagnostics.CodeAnalysis.SuppressMessage("Design","CA1068:CancellationToken parameters must come last",Justification="Allows for simpler implementation. Other methods cover non-cancellable case.")]
/// To ensure expected behavior, this returns an enumerator from the underlying collection. Exceptions can be thrown if the collection content changes.
46
-
/// </summary>
47
-
/// <returns>An enumerator from the underlying collection.</returns>
/// To ensure expected behavior, this returns an enumerator from the underlying collection. Exceptions can be thrown if the collection content changes.
51
+
/// </summary>
52
+
/// <returns>An enumerator from the underlying collection.</returns>
0 commit comments