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: 1.0.0
Syntax
public int Count()

Return Value

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