======Структура Location====== * **Пространство имен:** [[developers:references:topomatic.crs.ast|Topomatic.Crs.Ast]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Синтаксис===== public struct Location =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.ast.location..ctor_system.int32_system.int32|Location(Int32, Int32)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.location.column|Column]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.location.line|Line]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.crs.ast.location.compare_topomatic.crs.ast.location_topomatic.crs.ast.location|Compare(Location, Location)]]| Compares two specified location values. | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.location.equals_system.object|Equals(Object)]]| (Переопределяет Equals(Object).)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.location.gethashcode|GetHashCode()]]| (Переопределяет GetHashCode().)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.location.tostring|ToString()]]| (Переопределяет ToString().)| =====Поля===== ^Тип^Имя^Описание^ |{{developers:references:field.png|Поле}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.crs.ast.location.invalid|Invalid]]| An invalid location. | |{{developers:references:field.png|Поле}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.crs.ast.location.minvalue|MinValue]]| A minimal valid location. | |{{developers:references:field.png|Поле}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.crs.ast.location.none|None]]| A location that is valid but represents no location at all. |