Table of Contents

Class Optional

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Represents helper methods for use with the Optional<T> struct.

public static class Optional
Inheritance
Optional
Inherited Members

Methods

Create<T>(T)

Creates an instance of an optional parameter with a value.

Enumerable<TItem>(IEnumerable<TItem>)

Creates an instance of an optional parameter with an enumerable value.