File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 15
15
16
16
using System ;
17
17
using MongoDB . Bson ;
18
- using MongoDB . Driver . Core . Misc ;
19
18
20
19
namespace MongoDB . Driver
21
20
{
@@ -195,13 +194,8 @@ public BsonDocument Weights
195
194
public class CreateIndexOptions < TDocument > : CreateIndexOptions
196
195
{
197
196
#region static
198
- // public static methods
199
- /// <summary>
200
- /// Coerces a generic <see cref="CreateIndexOptions{TDocument}"/> from a non-generic <see cref="CreateIndexOptions"/> value.
201
- /// </summary>
202
- /// <param name="options">The options.</param>
203
- /// <returns>A generic <see cref="CreateIndexOptions{TDocument}"/> .</returns>
204
- public static CreateIndexOptions < TDocument > CoercedFrom ( CreateIndexOptions options )
197
+ // internal static methods
198
+ internal static CreateIndexOptions < TDocument > CoercedFrom ( CreateIndexOptions options )
205
199
{
206
200
if ( options == null )
207
201
{
You can’t perform that action at this time.
0 commit comments