pmMDA.NET

PagedSet.Minus Method 

[This is preliminary documentation and subject to change.]

Performs a "minus" of the set a from this set.

public override ISet Minus(
   ISet a
);

Parameters

a
A set of items.

Return Value

A set containing the items from this set with the items in a removed.

Implements

ISet.Minus

Remarks

This operation returns a set of all the items in this set, removing the items that are also in set a. The original sets are not modified during this operation. The result set is a clone of this set containing the items from this operation.

Exceptions

Exception Type Condition
ArgumentException Not all items in the a are of type data object.
PagingException No data object manager is registered in the locator.
- or -
An error occurred while checking whether the a are located in this set.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace