The ILocation type exposes the following members.

Methods

  NameDescription
ContainsOverloaded.
Equals
Checks if this location is equivalent to the other.
Intersection
Returns a Location that contains all points common to both ranges.
NewInstance
Create a new instance of Location with all of the same decorators as this instance but with the data stored in loc.
Overlaps
Checks if these two locations overlap, using this location's concept of overlapping.
Symbols
Return the symbols in a sequence that fall within this range.
Translate
Create a location that is a translation of this location.
Union
Return a Location containing all points in either ranges.

Properties

  NameDescription
IsContiguous
Determine if a Location is contiguous.
Max
The maximum position contained.
Min
The minimum position contained.

See Also