Constructor RenderedCommand
RenderedCommand(BsonDocument, IBsonSerializer<TResult>)
Initializes a new instance of the RenderedCommand<TResult> class.
public RenderedCommand(BsonDocument document, IBsonSerializer<TResult> resultSerializer)
Parameters
document
BsonDocumentThe document.
resultSerializer
IBsonSerializer<TResult>The result serializer.