FixedRange Members
In This Article
#Constructors
Name | Description |
---|---|
Fixed |
Initializes a new instance of the Fixed |
#Properties
Name | Description |
---|---|
Length | Returns the range length. |
Start | Returns the start position of the range. |
#Methods
Name | Description |
---|---|
Contains |
Gets whether the current document range contains a specified range. |
Contains |
Gets whether the current document range contains a specified position. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Fixed |
Get |
Gets the hash code (a number) that corresponds to the value of the current Fixed |
Get |
Gets the Type of the current instance. Inherited from Object. |
Intersect |
Gets whether the current and the specified ranges intersect. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a message containing range start and length. |
See Also