Table of Contents

Class IndexKeysWrapper

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

Represents a wrapped object that can be used where an IMongoIndexKeys is expected (the wrapped object is expected to serialize properly).

[BsonSerializer(typeof(IndexKeysWrapper.Serializer))]
public class IndexKeysWrapper : BaseWrapper, IMongoIndexKeys
Inheritance
IndexKeysWrapper
Implements
Inherited Members
Extension Methods

Constructors

IndexKeysWrapper(object)

Initializes a new instance of the IndexKeysWrapper class.

Methods

Create(object)

Creates a new instance of the IndexKeysWrapper class.