Method CompileConstructorDelegate
- Namespace
- MongoDB.Bson.Serialization
- Assembly
- MongoDB.Bson.dll
CompileConstructorDelegate(ConstructorInfo)
Creates and compiles a delegate that calls a constructor.
Parameters
constructorInfo
ConstructorInfo The constructor.
Returns
- Delegate
A delegate that calls the constructor.