File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ public static IAggregateFluent<TResult> Densify<TResult>(
162
162
/// <summary>
163
163
/// Appends a $documents stage to the pipeline.
164
164
/// </summary>
165
+ /// <typeparam name="TResult">The type of the result.</typeparam>
165
166
/// <param name="aggregate">The aggregate.</param>
166
167
/// <param name="documents">The documents.</param>
167
168
/// <param name="documentSerializer">The document serializer.</param>
@@ -178,6 +179,7 @@ public static IAggregateFluent<TResult> Documents<TResult>(
178
179
/// <summary>
179
180
/// Appends a $documents stage to the pipeline.
180
181
/// </summary>
182
+ /// <typeparam name="TResult">The type of the result.</typeparam>
181
183
/// <param name="aggregate">The aggregate.</param>
182
184
/// <param name="documents">The documents.</param>
183
185
/// <param name="documentSerializer">The document serializer.</param>
You can’t perform that action at this time.
0 commit comments