The RangeLocation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RangeLocation |
Construct a new RangeLocation from min to max.
|
Methods
Name | Description | |
---|---|---|
Contains | Overloaded. | |
Equals | (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.
(Inherited from AbstractRangeLocation.) | |
ToString | (Overrides Object..::.ToString()()().) | |
Translate |
Create a location that is a translation of this location.
(Overrides AbstractLocation..::.Translate(Int32).) | |
Union |
Return a Location containing all points in either ranges.
(Inherited from AbstractLocation.) |
Properties
Name | Description | |
---|---|---|
IsContiguous |
Determine if a Location is contiguous.
(Inherited from AbstractRangeLocation.) | |
Max |
The maximum position contained.
(Overrides AbstractLocation..::.Max.) | |
Min |
The minimum position contained.
(Overrides AbstractLocation..::.Min.) |