======Метод List.Add(T)====== Добавляет объект в конец коллекции [[developers:references:system.collections.generic.list_1|List]] . * **Пространство имен:** [[developers:references:system.collections.generic|System.Collections.Generic]] * **Сборка:** mscorlib (в mscorlib.dll) =====Синтаксис===== public virtual void Add(T item) **Параметры** * //item// * Тип: T * Объект, добавляемый в конец коллекции [[developers:references:system.collections.generic.list_1|List]] .Для ссылочных типов допускается значение null.