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
127
127
/// <summary>
128
128
/// Options for creating a collection.
129
129
/// </summary>
130
- public class CreateCollectionOptions < TDocument > : CreateCollectionOptions
130
+ /// <typeparam name="TDocument">The type of the document.</typeparam>
131
+ public sealed class CreateCollectionOptions < TDocument > : CreateCollectionOptions
131
132
{
132
133
#region static
133
- // public static methods
134
+ // internal static methods
134
135
/// <summary>
135
136
/// Coerces a generic CreateCollectionOptions{TDocument} from a non-generic CreateCollectionOptions.
136
137
/// </summary>
137
138
/// <param name="options">The options.</param>
138
139
/// <returns>The generic options.</returns>
139
- public static CreateCollectionOptions < TDocument > CoercedFrom ( CreateCollectionOptions options )
140
+ internal static CreateCollectionOptions < TDocument > CoercedFrom ( CreateCollectionOptions options )
140
141
{
141
142
if ( options == null )
142
143
{
You can’t perform that action at this time.
0 commit comments