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
The parent DynamicLexicalPatternGroup.
public DynamicLexicalPatternGroup? LexicalPatternGroup { get; }
Property Value
Pattern
The text regular expression source.
Tag
The object that contains user-defined data about the object.
Methods
ToString()
Returns the string representation of this object.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()