======Конструктор EntityCollection(IEnumerable)====== Initializes a new instance of the EntityCollection class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied. * **Пространство имен:** [[developers:references:topomatic.dwg.entities|Topomatic.Dwg.Entities]] * **Сборка:** Topomatic.Dwg (в Topomatic.Dwg.dll) =====Синтаксис===== public EntityCollection(IEnumerable collection) **Параметры** * //collection// * Тип: [[developers:references:system.collections.generic.ienumerable_1|System.Collections.Generic.IEnumerable]] * The collection whose elements are copied to the new list.