In This Article

DynamicLexicalPattern Class

Represents a lexical pattern.

public class DynamicLexicalPattern
Inheritance:
object object

Constructors

DynamicLexicalPattern(string)

Initializes an instance of the class.

public DynamicLexicalPattern(string pattern)
Parameter Type Description
pattern string

The text regular expression source.

Properties

LexicalPatternGroup

public DynamicLexicalPatternGroup? LexicalPatternGroup { get; }

Property Value

DynamicLexicalPatternGroup

Pattern

The text regular expression source.

public string? Pattern { get; set; }

Property Value

string

Tag

The object that contains user-defined data about the object.

public object? Tag { get; set; }

Property Value

object

Methods

ToString()

Returns the string representation of this object.

public override string ToString()

Returns

string:

The string representation of this object.

Inherited Members

Extension Methods