[This is preliminary documentation and is subject to change.]
Represents a BSON element with an regular expression value
System Object NFX.Serialization.BSON BSONElement NFX.Serialization.BSON BSONElement BSONRegularExpression NFX.Serialization.BSON BSONRegularExpressionElementNamespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public sealed class BSONRegularExpressionElement : BSONElement<BSONRegularExpression>
public sealed class BSONRegularExpressionElement : BSONElement<BSONRegularExpression>
Public NotInheritable Class BSONRegularExpressionElement
Inherits BSONElement(Of BSONRegularExpression)
Public NotInheritable Class BSONRegularExpressionElement
Inherits BSONElement(Of BSONRegularExpression)
public ref class BSONRegularExpressionElement sealed : public BSONElement<BSONRegularExpression>
public ref class BSONRegularExpressionElement sealed : public BSONElement<BSONRegularExpression>
[<SealedAttribute>]
type BSONRegularExpressionElement =
class
inherit BSONElement<BSONRegularExpression>
end
[<SealedAttribute>]
type BSONRegularExpressionElement =
class
inherit BSONElement<BSONRegularExpression>
end