Browse Source

Small comment

pull/1631/head
Ferdinando Papale 5 months ago
parent
commit
fea7090d12
  1. 2
      src/MongoDB.Driver/Encryption/CsfleSchemaBuilder.cs

2
src/MongoDB.Driver/Encryption/CsfleSchemaBuilder.cs

@ -58,7 +58,7 @@ namespace MongoDB.Driver.Encryption
/// <param name="configure"></param>
/// <typeparam name="T"></typeparam>
/// <returns></returns>
public CsfleSchemaBuilder WithType<T>(CollectionNamespace collectionNamespace, Action<CsfleTypeSchemaBuilder<T>> configure)
public CsfleSchemaBuilder WithType<T>(CollectionNamespace collectionNamespace, Action<CsfleTypeSchemaBuilder<T>> configure) //TODO Do we want to keep this?
{
var typedBuilder = new CsfleTypeSchemaBuilder<T>();
configure(typedBuilder);

Loading…
Cancel
Save