pmMDA.NET

PagedSet.ContainsAll Method 

[This is preliminary documentation and subject to change.]

Returns whether this set contains all the items in the c.

public override bool ContainsAll(
   ICollection c
);

Parameters

c

Return Value

Implements

ISet.ContainsAll

Exceptions

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

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace