Class BsonRegex
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Bayat.Json.Bson
Assembly: Bayat.Json.Runtime.dll
Syntax
public class BsonRegex : BsonToken
Constructors
| Improve this Doc View SourceBsonRegex(String, String)
Declaration
public BsonRegex(string pattern, string options)
Parameters
Type | Name | Description |
---|---|---|
System.String | pattern | |
System.String | options |
Properties
| Improve this Doc View SourceOptions
Declaration
public BsonString Options { get; set; }
Property Value
Type | Description |
---|---|
BsonString |
Pattern
Declaration
public BsonString Pattern { get; set; }
Property Value
Type | Description |
---|---|
BsonString |
Type
Declaration
public override BsonType Type { get; }
Property Value
Type | Description |
---|---|
BsonType |