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

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