LocalizableValueCollection.GetDifferenceByValues - метод Смотри также Terrasoft.Common - пространство имен > LocalizableValueCollection - класс : GetDifferenceByValues - метод C#
- subtrahend
- The collection of localizable values that are compared with the elements of the current collection.
- culture
- Culture.
Glossary Item Box
public LocalizableValueCollection GetDifferenceByValues( LocalizableValueCollection subtrahend, CultureInfo culture )
Параметры
- subtrahend
- The collection of localizable values that are compared with the elements of the current collection.
- culture
- Culture.
Тип возвращаемого значения
The difference by name of the elements of the current collection and specified subtrahend collection according to the culture culture.Исключение | Описание |
---|---|
ArgumentEmptyException | When passing as parameters subtrahend or the culture null value. |