Table of Contents

Method Create

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

Create(object)

Creates a new instance of the IndexKeysWrapper class.

public static IndexKeysWrapper Create(object keys)

Parameters

keys object

The wrapped object.

Returns

IndexKeysWrapper

A new instance of IndexKeysWrapper or null.