System::Collections::Generic::ISet::SymmetricExceptWith メソッド

ISet::SymmetricExceptWith method

2つのコンテナの対称差を計算します。両方のコンテナに存在するすべての要素を削除し、同時に other に存在し現在のセットに存在しないすべての要素を追加します。

virtual void System::Collections::Generic::ISet<T>::SymmetricExceptWith(IEnumerablePtr other)=0
パラメーター説明
その他IEnumerablePtr対称差を計算するコンテナ。

参照