Click or drag to resize

IEnumerableExtensionsAny Method

Determines whether a sequence contains any elements.

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public bool Any()

Return Value

Type: Boolean
True if the source sequence contains any elements, otherwise false.
See Also