AvalonEdit
SelectionSegment Constructor (startOffset, endOffset)
NamespacesICSharpCode.AvalonEdit.EditingSelectionSegmentSelectionSegment(Int32, Int32)
Creates a SelectionSegment from two offsets.
Declaration Syntax
C#Visual BasicVisual C++
public SelectionSegment(
	int startOffset,
	int endOffset
)
Public Sub New ( _
	startOffset As Integer, _
	endOffset As Integer _
)
public:
SelectionSegment(
	int startOffset, 
	int endOffset
)
Parameters
startOffset (Int32)
endOffset (Int32)

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