Click or drag to resize

IEnumerableExtensionsCount Method

Gets the number of elements contained in the IEnumerable

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

Return Value

Type: Int32
The total count of items in the IEnumerable
See Also