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 1515
1616using System ;
1717using MongoDB . Bson ;
18- using MongoDB . Driver . Core . Misc ;
1918
2019namespace MongoDB . Driver
2120{
@@ -195,13 +194,8 @@ public BsonDocument Weights
195194 public class CreateIndexOptions < TDocument > : CreateIndexOptions
196195 {
197196 #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 )
205199 {
206200 if ( options == null )
207201 {
You can’t perform that action at this time.
0 commit comments