Encapsulates various strategies for counting the number of elements in a collection, an array, or a simple enumerable type.

Namespace:  Gallio.Common.Collections
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public class EnumerableCounter
Visual Basic (Declaration)
Public Class EnumerableCounter

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Collections..::.EnumerableCounter

See Also