======Структура LocationSpan====== * **Пространство имен:** [[developers:references:topomatic.crs.ast|Topomatic.Crs.Ast]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Синтаксис===== public struct LocationSpan =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.ast.locationspan..ctor_topomatic.crs.ast.location_topomatic.crs.ast.location|LocationSpan(Location, Location)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.locationspan.end|End]]| The end location of the span. Location of the first character behind the span. | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.locationspan.start|Start]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.locationspan.equals_system.object|Equals(Object)]]| (Переопределяет [[developers:references:system.object.equals_system.object|Object.Equals(Object)]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.locationspan.gethashcode|GetHashCode()]]| (Переопределяет [[developers:references:system.object.gethashcode|Object.GetHashCode()]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.gettype|GetType()]]| Возвращает объект [[developers:references:system.type|Type]] для текущего экземпляра. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.locationspan.tostring|ToString()]]| (Переопределяет [[developers:references:system.object.tostring|Object.ToString()]].)| =====Поля===== ^Тип^Имя^Описание^ |{{developers:references:field.png|Поле}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.crs.ast.locationspan.invalid|Invalid]]| An invalid span. | |{{developers:references:field.png|Поле}}{{developers:references:static.png|Статический}}|[[developers:references:topomatic.crs.ast.locationspan.none|None]]| A valid span that represents no location. |