File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -127,16 +127,17 @@ public DocumentValidationLevel? ValidationLevel
127127 /// <summary>
128128 /// Options for creating a collection.
129129 /// </summary>
130- public class CreateCollectionOptions < TDocument > : CreateCollectionOptions
130+ /// <typeparam name="TDocument">The type of the document.</typeparam>
131+ public sealed class CreateCollectionOptions < TDocument > : CreateCollectionOptions
131132 {
132133 #region static
133- // public static methods
134+ // internal static methods
134135 /// <summary>
135136 /// Coerces a generic CreateCollectionOptions{TDocument} from a non-generic CreateCollectionOptions.
136137 /// </summary>
137138 /// <param name="options">The options.</param>
138139 /// <returns>The generic options.</returns>
139- public static CreateCollectionOptions < TDocument > CoercedFrom ( CreateCollectionOptions options )
140+ internal static CreateCollectionOptions < TDocument > CoercedFrom ( CreateCollectionOptions options )
140141 {
141142 if ( options == null )
142143 {
You can’t perform that action at this time.
0 commit comments