DynamicLexicalMacro Class
Defines a macro, which is a named regular expression.
public class DynamicLexicalMacro : IKeyedObject
- Inheritance:
- object object
- Implements:
- IKeyedObject
Constructors
DynamicLexicalMacro(string, string)
Defines a macro, which is a named regular expression.
public DynamicLexicalMacro(string key, string pattern)
| Parameter | Type | Description |
|---|---|---|
| key | string | The key of the macro. |
| pattern | string | The text regular expression source. |
Properties
Key
The string-based key that identifies the object.
Pattern
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()