Trouvé la réponse :
//var snippetJSON= '{title:"Tin Machine II",brandnewfield:"this gets added nicely"}';
MongoDB.Bson.BsonDocument updateDoc = MongoDB.Bson.Serialization.BsonSerializer.Deserialize<BsonDocument>(snippetJSON);
var update = new UpdateDocument { { "$set", updateDoc } };
C'est facile quand on sait comment !