AvalonEdit
ISegment Interface
NamespacesICSharpCode.AvalonEdit.DocumentISegment
An (Offset,Length)-pair.
Declaration Syntax
C#Visual BasicVisual C++
public interface ISegment
Public Interface ISegment
public interface class ISegment
Members
All MembersMethodsProperties



IconMemberDescription
Contains(ISegment, Int32, Int32)
Gets whether segment fully contains the specified segment.
(Inherited from ISegmentExtensions.)
Contains(ISegment, ISegment)
Gets whether thisSegment fully contains the specified segment.
(Inherited from ISegmentExtensions.)
EndOffset
Gets the end offset of the segment.

Length
Gets the length of the segment.

Offset
Gets the start offset of the segment.

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