Version

TextLocation Structure Members

The following tables list the members exposed by TextLocation.

Public Constructors
 NameDescription
Public ConstructorTextLocation ConstructorInstantiates a new TextLocation  
Public Properties
 NameDescription
Public PropertyCharacterReturns the zero-based character number in the line (read-only).  
Public PropertyLineReturns the zero-based line number (read-only).  
Public Methods
 NameDescription
Public MethodEqualsOverloaded. Compares the specified object to this object to see if they are equivalent.  
Public MethodGetHashCodeReturns the hash code of the structure.  
Public MethodToStringReturns the string representation of this object.  
Public Operators
public Operator Equality Compares the values of two TextLocation structures for equality
public Operator Inequality Compares the values of two TextLocation structures for inequality
See Also