Для изменения размера нажмите или перетащите

OrderByCollectionRemoveAt - метод

Removes the element at the specified index from the collection.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public void RemoveAt(
	int index
)

Параметры

index
Тип: SystemInt32
The index.
Исключения
ИсключениеУсловие
ArgumentOutOfRangeException Index is less than 0 or index is equal to or greater than Count.
См. также