FindAndModifyValueDeserializer(TResult) Class (original) (raw)

FindAndModifyValueDeserializerTResult Class

Represents a deserializer for find and modify result values.

Inheritance Hierarchy

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public class FindAndModifyValueDeserializer : SerializerBase

Public Class FindAndModifyValueDeserializer(Of TResult) Inherits SerializerBase(Of TResult)

type FindAndModifyValueDeserializer<'TResult> =
class inherit SerializerBase<'TResult> end

Type Parameters

TResult

The type of the result.

The FindAndModifyValueDeserializerTResult type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference