AvalonEdit
Regex Property
NamespacesICSharpCode.AvalonEdit.HighlightingHighlightingRuleRegex
Gets/Sets the regular expression for the rule.
Declaration Syntax
C#Visual BasicVisual C++
public Regex Regex { get; set; }
Public Property Regex As Regex
	Get
	Set
public:
property Regex^ Regex {
	Regex^ get ();
	void set (Regex^ value);
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238