IImmutableSet<T>.Except(IEnumerable<T>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the elements in the specified collection from the current immutable set.
public:
System::Collections::Immutable::IImmutableSet<T> ^ Except(System::Collections::Generic::IEnumerable<T> ^ other);
public System.Collections.Immutable.IImmutableSet<T> Except (System.Collections.Generic.IEnumerable<T> other);
abstract member Except : seq<'T> -> System.Collections.Immutable.IImmutableSet<'T>
Public Function Except (other As IEnumerable(Of T)) As IImmutableSet(Of T)
Parameters
- other
- IEnumerable<T>
The collection of items to remove from this set.
Returns
A new set with the items removed; or the original set if none of the items were in the set.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา