Table of Contents

Constructor UpdateWrapper

Namespace
MongoDB.Driver.Wrappers
Assembly
MongoDB.Driver.Legacy.dll

UpdateWrapper(Type, object)

Initializes a new instance of the UpdateWrapper class.

public UpdateWrapper(Type nominalType, object update)

Parameters

nominalType Type

The nominal type of the wrapped object.

update object

The wrapped object.