Class MatchStringArgs
public class MatchStringArgs : EventArgs
- Inheritance
-
MatchStringArgs
- Inherited Members
Constructors
MatchStringArgs(string, string, bool)
public MatchStringArgs(string value, string pattern, bool caseInsensitive)
Parameters
Properties
CaseInsensitive
public bool CaseInsensitive { get; }
Property Value
Matches
public bool? Matches { get; set; }
Property Value
- bool?
Pattern
public string Pattern { get; }
Property Value
Value
public string Value { get; }