======Класс AstObjectCollection====== * **Пространство имен:** [[developers:references:topomatic.crs.ast|Topomatic.Crs.Ast]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.crs.ast.astobject|Topomatic.Crs.Ast.AstObject]] * Topomatic.Crs.Ast.AstObjectCollection =====Синтаксис===== public class AstObjectCollection : AstObject, IList, ICollection, IEnumerable, IEnumerable **Параметры типа** * //T// =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1..ctor|AstObjectCollection()]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.count|Count]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobject.end|End]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.isreadonly|IsReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.item_system.int32|Item[Int32]]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobject.span|Span]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobject.start|Start]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.add_topomatic.crs.ast.t|Add(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.addrange_system.collections.generic.ienumerable_1|AddRange(IEnumerable)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.clear|Clear()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.contains_topomatic.crs.ast.t|Contains(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.copyto_arr_topomatic.crs.ast.t_system.int32|CopyTo(T[], Int32)]]| | |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.getenumerator|GetEnumerator()]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.indexof_topomatic.crs.ast.t|IndexOf(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.insert_system.int32_topomatic.crs.ast.t|Insert(Int32, T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.remove_topomatic.crs.ast.t|Remove(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.removeat_system.int32|RemoveAt(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.removerange_system.int32_system.int32|RemoveRange(Int32, Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobject.tostring|ToString()]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobjectcollection_1.walk_topomatic.crs.ast.astwalker|Walk(AstWalker)]]| (Переопределяет [[developers:references:topomatic.crs.ast.astobject.walk_topomatic.crs.ast.astwalker|Walk(AstWalker)]].)|