The AbstractRangeLocation type exposes the following members.

Methods

  NameDescription
ContainsOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from AbstractLocation.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from AbstractLocation.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Intersection
Returns a Location that contains all points common to both ranges.
(Inherited from AbstractLocation.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NewInstance
Create a new instance of Location with all of the same decorators as this instance but with the data stored in loc.
(Inherited from AbstractLocation.)
Overlaps
Checks if these two locations overlap, using this location's concept of overlapping.
(Inherited from AbstractLocation.)
Symbols
Return the symbols in a sequence that fall within this range.
(Overrides AbstractLocation..::.Symbols(ISymbolList).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Translate
Create a location that is a translation of this location.
(Inherited from AbstractLocation.)
Union
Return a Location containing all points in either ranges.
(Inherited from AbstractLocation.)

See Also