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>(
162162 /// <summary>
163163 /// Appends a $documents stage to the pipeline.
164164 /// </summary>
165+ /// <typeparam name="TResult">The type of the result.</typeparam>
165166 /// <param name="aggregate">The aggregate.</param>
166167 /// <param name="documents">The documents.</param>
167168 /// <param name="documentSerializer">The document serializer.</param>
@@ -178,6 +179,7 @@ public static IAggregateFluent<TResult> Documents<TResult>(
178179 /// <summary>
179180 /// Appends a $documents stage to the pipeline.
180181 /// </summary>
182+ /// <typeparam name="TResult">The type of the result.</typeparam>
181183 /// <param name="aggregate">The aggregate.</param>
182184 /// <param name="documents">The documents.</param>
183185 /// <param name="documentSerializer">The document serializer.</param>
You can’t perform that action at this time.
0 commit comments