Name of the existing counting strategies.

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

Syntax

C#
public enum CountingStrategyName
Visual Basic (Declaration)
Public Enumeration CountingStrategyName

Members

Member nameDescription
ByLengthGetter
Counts by getting the value returned by the Length property getter.
ByCountGetter
Counts by getting the value returned by the Count or Count property getter.
ByEnumeratingElements
Counts by enumerating the elements returned by GetEnumerator()()().
ByReflectedCountGetter
Counts by getting the value returned by an existing public "Count" property getter.
Format
Formats an object using the default IFormatter.
Format
Formats an object using the specified IFormatter.

See Also