BsonReaderReadRegularExpression Method |
Reads a BSON regular expression from the reader.
Namespace: MongoDB.Bson.IOAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public abstract BsonRegularExpression ReadRegularExpression()
Public MustOverride Function ReadRegularExpression As BsonRegularExpression
abstract ReadRegularExpression : unit -> BsonRegularExpression
Return Value
Type:
BsonRegularExpressionA BsonRegularExpression.
Implements
IBsonReaderReadRegularExpressionSee Also