======Класс ManagedBuffer====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Иерархия наследования===== * System.Object * Topomatic.Cad.Foundation.ManagedBuffer =====Синтаксис===== public class ManagedBuffer : IList, ICollection, IEnumerable, IEnumerable **Параметры типа** * //T// =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1..ctor|ManagedBuffer()]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1..ctor_system.collections.generic.ienumerable_1|ManagedBuffer(IEnumerable)]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1..ctor_system.int32|ManagedBuffer(Int32)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.capacity|Capacity]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.count|Count]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.item_system.int32|Item[Int32]]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.add_topomatic.cad.foundation.t|Add(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.addrange_system.collections.generic.ienumerable_1|AddRange(IEnumerable)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.asreadonly|AsReadOnly()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.clear|Clear()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.clearfast|ClearFast()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.contains_topomatic.cad.foundation.t|Contains(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.copyto_arr_topomatic.cad.foundation.t_system.int32|CopyTo(T[], Int32)]]| | |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.getbuffer|GetBuffer()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.getenumerator|GetEnumerator()]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.indexof_topomatic.cad.foundation.t|IndexOf(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.insert_system.int32_topomatic.cad.foundation.t|Insert(Int32, T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.remove_topomatic.cad.foundation.t|Remove(T)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.removeat_system.int32|RemoveAt(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.removerange_system.int32_system.int32|RemoveRange(Int32, Int32)]]| | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.cad.foundation.managedbuffer_1.trimexcess|TrimExcess()]]| |