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
/// 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
123
/// </summary>
@@ -141,31 +126,14 @@ public abstract class RepositoryAsyncBase<TEntity, TKey> : RepositoryBase<TEntit
141
126
/// <param name="options">The options to apply to the query.</param>
142
127
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
143
128
/// <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
139
/// </summary>
@@ -176,30 +144,14 @@ public abstract class RepositoryAsyncBase<TEntity, TKey> : RepositoryBase<TEntit
176
144
/// <param name="options">The options to apply to the query.</param>
177
145
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
178
146
/// <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
157
/// </summary>
@@ -209,32 +161,14 @@ public abstract class RepositoryAsyncBase<TEntity, TKey> : RepositoryBase<TEntit
209
161
/// <param name="options">The options to apply to the query.</param>
210
162
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
211
163
/// <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
174
/// </summary>
@@ -246,7 +180,7 @@ public abstract class RepositoryAsyncBase<TEntity, TKey> : RepositoryBase<TEntit
246
180
/// <param name="options">The options to apply to the query.</param>
247
181
/// <param name="cancellationToken">A <see cref="System.Threading.CancellationToken" /> to observe while waiting for the task to complete.</param>
248
182
/// <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