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