System::Collections::BitArray::Enumerator class
Enumerator class
Enumerator type for iteration purposes.
class Enumerator : public virtual System::Object,
public System::Collections::Generic::IEnumerator<bool>
Methods
| Method | Description |
|---|---|
| Enumerator(const SharedPtr<BitArray>&) | Creates enumerator. |
| get_Current() const override | Gets addressed bit in boolean form. |
| MoveNext() override | Moves to the next bit. |
| Reset() override | Resets enumerator to position before first element. |
See Also
- Class Object
- Class IEnumerator
- Class BitArray
- Namespace System::Collections
- Library Aspose.Font for C++