Click or drag to resize

BitListGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  WhetStone.SystemExtensions
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public IEnumerator<bool> GetEnumerator()

Return Value

Type: IEnumeratorBoolean
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also