Version

SnapshotSpan Structure Methods

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

Public Methods
 NameDescription
Public MethodEqualsOverloaded. Determines if a structure is equatable to this one.  
Public MethodGetHashCodeReturns the hash code of the structure.  
Public MethodGetTextReturns the associated text.  
Public MethodIntersectionOverloaded. Returns a span that contains just the intersect between this span and another.  
Public MethodIntersectsWithOverloaded. Indicates whether the span intersects with the specified span.  
Public MethodOverlapOverloaded. Returns a span that contains just the overlap between this span and another.  
Public MethodOverlapsWithOverloaded. Indicates whether the span overlaps with the specified span.  
Public MethodToStringReturns the string representation of this object.  
Public MethodTranslateToTranslates the span from one snapshot to another  
See Also