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
/// A protected asynchronous overridable method for getting a new <see cref="IDictionary{TDictionaryKey, TElement}" /> according to the specified <paramref name="keySelector" />, an element selector.
/// A protected asynchronous overridable method for getting a new <see cref="IDictionary{TDictionaryKey, TElement}" /> according to the specified <paramref name="keySelector" />, an element selector.
/// A protected asynchronous overridable method for getting a new <see cref="Dictionary{TDictionaryKey, TElement}" /> according to the specified <paramref name="keySelector" />, an element selector.
/// Asynchronously returns a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> according to the specified <paramref name="keySelector" />.
123
+
/// </summary>
124
+
/// <typeparam name="TDictionaryKey">The type of the dictionary key.</typeparam>
125
+
/// <param name="keySelector">A function to extract a key from each entity.</param>
126
+
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
127
+
/// <returns>The <see cref="System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> that contains keys and values.</returns>
/// Asynchronously returns a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> according to the specified <paramref name="keySelector" />.
138
+
/// </summary>
139
+
/// <typeparam name="TDictionaryKey">The type of the dictionary key.</typeparam>
140
+
/// <param name="keySelector">A function to extract a key from each entity.</param>
141
+
/// <param name="options">The options to apply to the query.</param>
142
+
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
143
+
/// <returns>The <see cref="System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> that contains keys and values.</returns>
/// Asynchronously returns a new <see cref="Dictionary{TDictionaryKey, TElemen}" /> according to the specified <paramref name="keySelector" />, a comparer, and an element selector function..
154
+
/// </summary>
155
+
/// <typeparam name="TDictionaryKey">The type of the dictionary key.</typeparam>
156
+
/// <typeparam name="TElement">The type of the value returned by elementSelector.</typeparam>
157
+
/// <param name="keySelector">A function to extract a key from each entity.</param>
158
+
/// <param name="elementSelector">A transform function to produce a result element value from each element.</param>
159
+
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
160
+
/// <returns>The <see cref="System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> that contains keys and values.</returns>
/// Asynchronously returns a new <see cref="Dictionary{TDictionaryKey, TElemen}" /> according to the specified <paramref name="keySelector" />, a comparer, and an element selector function..
171
+
/// </summary>
172
+
/// <typeparam name="TDictionaryKey">The type of the dictionary key.</typeparam>
173
+
/// <typeparam name="TElement">The type of the value returned by elementSelector.</typeparam>
174
+
/// <param name="keySelector">A function to extract a key from each entity.</param>
175
+
/// <param name="elementSelector">A transform function to produce a result element value from each element.</param>
176
+
/// <param name="options">The options to apply to the query.</param>
177
+
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
178
+
/// <returns>The <see cref="System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> that contains keys and values.</returns>
/// Asynchronously returns a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> according to the specified <paramref name="keySelector" />.
189
+
/// </summary>
190
+
/// <typeparam name="TDictionaryKey">The type of the dictionary key.</typeparam>
191
+
/// <param name="criteria">The specification criteria that is used for matching entities against.</param>
192
+
/// <param name="keySelector">A function to extract a key from each entity.</param>
193
+
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
194
+
/// <returns>The <see cref="System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> that contains keys and values.</returns>
/// Asynchronously returns a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> according to the specified <paramref name="keySelector" />.
205
+
/// </summary>
206
+
/// <typeparam name="TDictionaryKey">The type of the dictionary key.</typeparam>
207
+
/// <param name="criteria">The specification criteria that is used for matching entities against.</param>
208
+
/// <param name="keySelector">A function to extract a key from each entity.</param>
209
+
/// <param name="options">The options to apply to the query.</param>
210
+
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
211
+
/// <returns>The <see cref="System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> that contains keys and values.</returns>
/// Asynchronously returns a new <see cref="Dictionary{TDictionaryKey, TElemen}" /> according to the specified <paramref name="keySelector" />, a comparer, and an element selector function..
222
+
/// </summary>
223
+
/// <typeparam name="TDictionaryKey">The type of the dictionary key.</typeparam>
224
+
/// <typeparam name="TElement">The type of the value returned by elementSelector.</typeparam>
225
+
/// <param name="criteria">The specification criteria that is used for matching entities against.</param>
226
+
/// <param name="keySelector">A function to extract a key from each entity.</param>
227
+
/// <param name="elementSelector">A transform function to produce a result element value from each element.</param>
228
+
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
229
+
/// <returns>The <see cref="System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> that contains keys and values.</returns>
/// Asynchronously returns a new <see cref="Dictionary{TDictionaryKey, TElemen}" /> according to the specified <paramref name="keySelector" />, a comparer, and an element selector function..
240
+
/// </summary>
241
+
/// <typeparam name="TDictionaryKey">The type of the dictionary key.</typeparam>
242
+
/// <typeparam name="TElement">The type of the value returned by elementSelector.</typeparam>
243
+
/// <param name="criteria">The specification criteria that is used for matching entities against.</param>
244
+
/// <param name="keySelector">A function to extract a key from each entity.</param>
245
+
/// <param name="elementSelector">A transform function to produce a result element value from each element.</param>
246
+
/// <param name="options">The options to apply to the query.</param>
247
+
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
248
+
/// <returns>The <see cref="System.Threading.Tasks.Task" /> that represents the asynchronous operation, containing a new <see cref="Dictionary{TDictionaryKey, TEntity}" /> that contains keys and values.</returns>
0 commit comments