System::Collections::Generic::ISet::SymmetricExceptWith メソッド
ISet::SymmetricExceptWith method
2つのコンテナの対称差を計算します。両方のコンテナに存在するすべての要素を削除し、同時に other に存在し現在のセットに存在しないすべての要素を追加します。
virtual void System::Collections::Generic::ISet<T>::SymmetricExceptWith(IEnumerablePtr other)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| その他 | IEnumerablePtr | 対称差を計算するコンテナ。 |
参照
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++