LocalizableValueCollection.GetDifferenceByName - метод Смотри также Terrasoft.Common - пространство имен > LocalizableValueCollection - класс : GetDifferenceByName - метод C#
- subtrahend
- The collection of localizable values that are compared with the elements of the current collection.
Glossary Item Box
public LocalizableValueCollection GetDifferenceByName( LocalizableValueCollection subtrahend )
Параметры
- subtrahend
- The collection of localizable values that are compared with the elements of the current collection.
Тип возвращаемого значения
The difference by name of the elements of the current collection and specified subtrahend collection.Исключение | Описание |
---|---|
ArgumentEmptyException | When passing as a parameter subtrahend of the null values. |
The method creates a copy of the current collection and searches by name the subtrahend elements in the current collection. If the element is found, it will be deleted from the created copy of the current collection.