@@ -325,7 +325,7 @@ IAggregateFluent<TNewResult> Lookup<TForeignDocument, TAsElement, TAs, TNewResul
325
325
/// </summary>
326
326
/// <typeparam name="TWindowFields">The type of the added window fields.</typeparam>
327
327
/// <param name="output">The window fields definition.</param>
328
- /// <returns></returns>
328
+ /// <returns>The fluent aggregate interface. </returns>
329
329
IAggregateFluent < BsonDocument > SetWindowFields < TWindowFields > (
330
330
AggregateExpressionDefinition < ISetWindowFieldsPartition < TResult > , TWindowFields > output ) ;
331
331
@@ -336,7 +336,7 @@ IAggregateFluent<BsonDocument> SetWindowFields<TWindowFields>(
336
336
/// <typeparam name="TWindowFields">The type of the added window fields.</typeparam>
337
337
/// <param name="partitionBy">The partitionBy definition.</param>
338
338
/// <param name="output">The window fields definition.</param>
339
- /// <returns></returns>
339
+ /// <returns>The fluent aggregate interface. </returns>
340
340
IAggregateFluent < BsonDocument > SetWindowFields < TPartitionBy , TWindowFields > (
341
341
AggregateExpressionDefinition < TResult , TPartitionBy > partitionBy ,
342
342
AggregateExpressionDefinition < ISetWindowFieldsPartition < TResult > , TWindowFields > output ) ;
@@ -349,7 +349,7 @@ IAggregateFluent<BsonDocument> SetWindowFields<TPartitionBy, TWindowFields>(
349
349
/// <param name="partitionBy">The partitionBy definition.</param>
350
350
/// <param name="sortBy">The sortBy definition.</param>
351
351
/// <param name="output">The window fields definition.</param>
352
- /// <returns></returns>
352
+ /// <returns>The fluent aggregate interface. </returns>
353
353
IAggregateFluent < BsonDocument > SetWindowFields < TPartitionBy , TWindowFields > (
354
354
AggregateExpressionDefinition < TResult , TPartitionBy > partitionBy ,
355
355
SortDefinition < TResult > sortBy ,
0 commit comments