EwahCompressedBitArrayGetEnumerator Method |
Iterator over the set bits (this is what most people will want to use to
browse the content). The location of the set bits is returned, in
increasing order.
Namespace:
VelocityDBExtensions.CompressedBitArray
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public IEnumerator<int> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Integer)
public:
virtual IEnumerator<int>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<int>
override GetEnumerator : unit -> IEnumerator<int>
Return Value
Type:
IEnumeratorInt32the int enumerator
Implements
IEnumerableTGetEnumeratorSee Also