Click or drag to resize
BsonWriter.PushElementNameValidator Method
Pushes the element name validator.

Namespace: MongoDB.Bson.IO
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
public void PushElementNameValidator(
	IElementNameValidator validator
)

Parameters

validator
Type: MongoDB.Bson.IO.IElementNameValidator
The validator.

Implements

IBsonWriter.PushElementNameValidator(IElementNameValidator)
See Also