طريقة System::Collections::Generic::ISet::SymmetricExceptWith
ISet::SymmetricExceptWith method
يحسب الاستثناء المتماثل بين حاويتين. يزيل جميع العناصر الموجودة في كلتا الحاويتين، وفي الوقت نفسه يضيف جميع العناصر الموجودة في other ولكن غير الموجودة في المجموعة الحالية.
virtual void System::Collections::Generic::ISet<T>::SymmetricExceptWith(IEnumerablePtr other)=0
| Parameter | Type | الوصف |
|---|---|---|
| آخر | IEnumerablePtr | الحاوية لحساب الاستثناء معها. |
انظر أيضًا
- Typedef IEnumerablePtr
- Class ISet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++