======Класс StandardLibrary====== * **Пространство имен:** [[developers:references:topomatic.alg.runtime.standards|Topomatic.Alg.Runtime.Standards]] * **Сборка:** Topomatic.Alg.Runtime (в Topomatic.Alg.Runtime.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.alg.runtime.standards.standardlibrary|Topomatic.Alg.Runtime.Standards.StandardLibrary]] * Topomatic.Alg.Runtime.Standards.StandardLibrary =====Синтаксис===== public abstract class StandardLibrary : StandardLibrary, IStgSerializable, IList, ICollection, IEnumerable, IEnumerable **Параметры типа** * //T// =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1..ctor_system.string_system.string_system.string|StandardLibrary(String, String, String)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.count|Count]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary.description|Description]]| (Наследуется от [[developers:references:topomatic.alg.runtime.standards.standardlibrary|StandardLibrary]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.isreadonly|IsReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.item_system.int32|Item[Int32]]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary.version|Version]]| (Наследуется от [[developers:references:topomatic.alg.runtime.standards.standardlibrary|StandardLibrary]].)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.add_topomatic.alg.runtime.standards.t|Add(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.clear|Clear()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.contains_topomatic.alg.runtime.standards.t|Contains(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.copyto_arr_topomatic.alg.runtime.standards.t_system.int32|CopyTo(T[], Int32)]]| | |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.getenumerator|GetEnumerator()]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.indexof_topomatic.alg.runtime.standards.t|IndexOf(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.insert_system.int32_topomatic.alg.runtime.standards.t|Insert(Int32, T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary.loadfromstg_topomatic.stg.stgnode|LoadFromStg(StgNode)]]| (Наследуется от [[developers:references:topomatic.alg.runtime.standards.standardlibrary|StandardLibrary]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.remove_topomatic.alg.runtime.standards.t|Remove(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary_1.removeat_system.int32|RemoveAt(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.alg.runtime.standards.standardlibrary.savetostg_topomatic.stg.stgnode|SaveToStg(StgNode)]]| (Наследуется от [[developers:references:topomatic.alg.runtime.standards.standardlibrary|StandardLibrary]].)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|