The IUserCollectionType type exposes the following members.

Methods

  NameDescription
Contains
Optional operation. Does the collection contain the entity instance?
GetElements
Return an IEnumerable over the elements of this collection - the passed collection instance may or may not be a wrapper
IndexOf
Optional operation. Return the index of the entity in the collection.
InstantiateOverloaded.
ReplaceElements
Replace the elements of a collection with the elements of another collection
Wrap
Wrap an instance of a collection

See Also