Constructor BsonConstructorAttribute
- Namespace
- MongoDB.Bson.Serialization.Attributes
- Assembly
- MongoDB.Bson.dll
BsonConstructorAttribute()
Initializes a new instance of the BsonConstructorAttribute class.
public BsonConstructorAttribute()
BsonConstructorAttribute(params string[])
Initializes a new instance of the BsonConstructorAttribute class.
public BsonConstructorAttribute(params string[] argumentNames)
Parameters
argumentNames
string[]The names of the members that the creator argument values come from.