[This is preliminary documentation and is subject to change.]
Represents a location inside a file
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public struct Mark
<SerializableAttribute> _ Public Structure Mark
[SerializableAttribute] public value class Mark
| All Members | Methods | Properties | Fields | ||
| Icon | Member | Description |
|---|---|---|
| Column |
Gets / sets the index of the column
| |
| Empty |
Gets a Mark with empty values.
| |
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Index |
Gets / sets the absolute offset in the file
| |
| Line |
Gets / sets the number of the line
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()()() |
Returns a String that represents this instance.
(Overrides ValueType.ToString()()()().) |