======Класс AdditionalHorizontalList====== * **Пространство имен:** [[developers:references:topomatic.sfc.style|Topomatic.Sfc.Style]] * **Сборка:** Topomatic.Sfc (в Topomatic.Sfc.dll) =====Иерархия наследования===== * System.Object * Topomatic.Sfc.Style.AdditionalHorizontalList =====Синтаксис===== public sealed class AdditionalHorizontalList : IList, ICollection, IEnumerable, IEnumerable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist..ctor|AdditionalHorizontalList()]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.count|Count]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.isreadonly|IsReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.item_system.int32|Item[Int32]]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.add_topomatic.sfc.style.additionalhorizontal|Add(AdditionalHorizontal)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.clear|Clear()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.contains_topomatic.sfc.style.additionalhorizontal|Contains(AdditionalHorizontal)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.copyto_arr_topomatic.sfc.style.additionalhorizontal_system.int32|CopyTo(AdditionalHorizontal[], Int32)]]| | |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.getenumerator|GetEnumerator()]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.indexof_topomatic.sfc.style.additionalhorizontal|IndexOf(AdditionalHorizontal)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.insert_system.int32_topomatic.sfc.style.additionalhorizontal|Insert(Int32, AdditionalHorizontal)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.remove_topomatic.sfc.style.additionalhorizontal|Remove(AdditionalHorizontal)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.sfc.style.additionalhorizontallist.removeat_system.int32|RemoveAt(Int32)]]| | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|