File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ public MongoServerState State
200
200
/// <summary>
201
201
/// Gets the IP end point of this server instance.
202
202
/// </summary>
203
+ /// <returns>The IP end point of this server instance.</returns>
203
204
public IPEndPoint GetIPEndPoint ( )
204
205
{
205
206
// use a lock free algorithm because DNS lookups are rare and concurrent lookups are tolerable
Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ public MongoCollection Collection
61
61
/// <summary>
62
62
/// Builds the MongoDB query that will be sent to the server when the LINQ query is executed.
63
63
/// </summary>
64
+ /// <typeparam name="T">The type of the documents being queried.</typeparam>
65
+ /// <param name="query">The LINQ query.</param>
64
66
/// <returns>The MongoDB query.</returns>
65
67
public IMongoQuery BuildMongoQuery < T > ( MongoQueryable < T > query )
66
68
{
You can’t perform that action at this time.
0 commit comments