Show / Hide Table of Contents

    Class BsonRegex

    Inheritance
    System.Object
    BsonToken
    BsonRegex
    Inherited Members
    BsonToken.Parent
    BsonToken.CalculatedSize
    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 Source

    BsonRegex(String, String)

    Declaration
    public BsonRegex(string pattern, string options)
    Parameters
    Type Name Description
    System.String pattern
    System.String options

    Properties

    | Improve this Doc View Source

    Options

    Declaration
    public BsonString Options { get; set; }
    Property Value
    Type Description
    BsonString
    | Improve this Doc View Source

    Pattern

    Declaration
    public BsonString Pattern { get; set; }
    Property Value
    Type Description
    BsonString
    | Improve this Doc View Source

    Type

    Declaration
    public override BsonType Type { get; }
    Property Value
    Type Description
    BsonType
    Overrides
    BsonToken.Type
    • Improve this Doc
    • View Source
    • 0 Comments