Click or drag to resize

HintForFindAndModifyFeature Constructor

Initializes a new instance of the HintForFindAndModifyFeature class.

Namespace:  MongoDB.Driver.Core.Misc
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public HintForFindAndModifyFeature(
	string name,
	int firstSupportedWireVersion
)

Parameters

name
Type: SystemString
The name of the feature.
firstSupportedWireVersion
Type: SystemInt32
The first wire version that supports the feature.
See Also