Table of Contents

Constructor BaseWrapper

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

BaseWrapper(object)

Initializes a new instance of the BaseWrapper class.

protected BaseWrapper(object wrapped)

Parameters

wrapped object

The wrapped object.

BaseWrapper(Type, object)

Initializes a new instance of the BaseWrapper class.

protected BaseWrapper(Type nominalType, object wrapped)

Parameters

nominalType Type

The nominal type of the wrapped object.

wrapped object

The wrapped object.