HashSetTKey, TValueSymmetricExceptWith - метод
Modifies the current set so that it contains only elements that are present either in the current set or in the specified collection, but not both.
Пространство имён: Tessa.Platform.CollectionsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public void SymmetricExceptWith(
IEnumerable<TValue> other
)
Public Sub SymmetricExceptWith (
other As IEnumerable(Of TValue)
)
public:
virtual void SymmetricExceptWith(
IEnumerable<TValue>^ other
) sealed
abstract SymmetricExceptWith :
other : IEnumerable<'TValue> -> unit
override SymmetricExceptWith :
other : IEnumerable<'TValue> -> unit
- other IEnumerableTValue
- The collection to compare to the current set.
ISetTSymmetricExceptWith(IEnumerableT) ArgumentNullException | other is . |