AvalonEdit
AnchorSegment Constructor (start, end)
NamespacesICSharpCode.AvalonEdit.DocumentAnchorSegmentAnchorSegment(TextAnchor, TextAnchor)
Creates a new AnchorSegment using the specified anchors. The anchors must have SurviveDeletion set to true.
Declaration Syntax
C#Visual BasicVisual C++
public AnchorSegment(
	TextAnchor start,
	TextAnchor end
)
Public Sub New ( _
	start As TextAnchor, _
	end As TextAnchor _
)
public:
AnchorSegment(
	TextAnchor^ start, 
	TextAnchor^ end
)
Parameters
start (TextAnchor)
end (TextAnchor)

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