The CSharpRegexCapabilities type exposes the following members.
Methods
Name | Description | |
---|---|---|
Compile |
Called by the constructor of RegexTermEnum allowing implementations to cache
a compiled version of the regular expression pattern.
| |
Equals(Object) | (Overrides Object..::..Equals(Object).) | |
Equals(CSharpRegexCapabilities) |
Indicates whether the current object is equal to another object of the same type.
| |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides Object..::..GetHashCode()()()().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Match |
True on match.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Prefix |
A wise prefix implementation can reduce the term enumeration (and thus performance)
of RegexQuery dramatically.
| |
ToString | (Inherited from Object.) |