SourceLocation Structure
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a source location.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The SourceLocation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SourceLocation | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SourceLocation class. |
| Name | Description | |
|---|---|---|
![]() | AbsoluteIndex | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the absolute index for the source location. |
![]() | CharacterIndex | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the character index for the source location. |
![]() | LineIndex | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the line index for the source location. |
| Name | Description | |
|---|---|---|
![]() ![]() | Add | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds the two SourceLocation object. |
![]() ![]() | Advance | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Advances the specified object to the given location. |
![]() | CompareTo | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Compares current object to the other object. |
![]() | Equals(Object) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object. (Overrides ValueType.Equals(Object).) |
![]() | Equals(SourceLocation) | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the current SourceLocation object is equal to the other SourceLocation object. |
![]() | GetHashCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance. (Overrides ValueType.GetHashCode.) |
![]() | GetType | (Inherited from Object.) |
![]() ![]() | Subtract | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Subtracts the first object to the second object. |
![]() | ToString | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of the source location. (Overrides ValueType.ToString.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Addition | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Adds the two SourceLocation object. |
![]() ![]() | Equality | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two objects are equal. |
![]() ![]() | GreaterThan | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the first object is greater than the second object. |
![]() ![]() | Inequality | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two SourceLocationobject are not equal. |
![]() ![]() | LessThan | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the first object is less than the second object. |
![]() ![]() | Subtraction | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Show:
