Click or drag to resize

WriteConcern.WValueImplicit Conversion (Int32 to WriteConcernWriteConcern.WValue)

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
public static implicit operator WriteConcern.WValue (
	int value
)

Parameters

value
Type: System.Int32
The value.

Return Value

Type: WriteConcern.WValue
The result of the conversion.
See Also