Version 24.2 (latest)

DocumentSpan Structure Methods

For a list of all members of this type, see DocumentSpan members.

Public Methods
 NameDescription
Public MethodContainsOverloaded. Determines if a span is completely contained within this span.  
Public MethodEqualsOverloaded. Determines if a structure is equatable to this one.  
Public MethodGetHashCodeReturns the hash code of the structure.  
Public MethodIntersectionReturns a span that contains just the intersect between this span and another.  
Public MethodIntersectsWithIndicates whether the span intersects with the specified span.  
Public MethodOffsetByReturns a new DocumentSpan whose Offset is this span's Offset with the specified delta added to it.  
Public MethodOverlapReturns a span that contains just the overlap between this span and another.  
Public MethodOverlapsWithIndicates whether the span overlaps with the specified span.  
Public MethodToStringReturns the string representation of this object.  
See Also