Click or drag to resize
ICollectionExtension Class
Contains extension methods to the ICollection interface.
Inheritance Hierarchy
SystemObject
  ArtDatabankenICollectionExtension

Namespace: ArtDatabanken
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public static class ICollectionExtension

The ICollectionExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckEmpty
Check that a collection is empty.
Public methodStatic memberCheckNotEmpty
Check that a collection is not empty.
Public methodStatic memberIsEmpty
Test if a collection is empty.
Public methodStatic memberIsNotEmpty
Test if a collection is not empty.
Top
See Also