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: 8.2.1.0 (8.2.1)
Syntaxpublic 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
IEnumerableTGetEnumerator
See Also