Table of Contents

Class DeserializationProjector<TResult>

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.Legacy.dll

Represents a projection that deserializes BsonValues.

public class DeserializationProjector<TResult> : IEnumerable<TResult>, IEnumerable

Type Parameters

TResult

The type of the result objects.

Inheritance
DeserializationProjector<TResult>
Implements
IEnumerable<TResult>
Inherited Members
Extension Methods

Constructors

DeserializationProjector(IEnumerable<BsonValue>, BsonSerializationInfo)

Initializes a new instance of the DeserializationProjector class.

Methods

GetEnumerator()

Gets an enumerator for the result objects.