 | BitCollectionGetEnumerator Method |
[This is preliminary documentation and is subject to change.]
Returns an enumerator that iterates through the collection.
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic IEnumerator<bool> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Boolean)
public:
virtual IEnumerator<bool>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<bool>
override GetEnumerator : unit -> IEnumerator<bool>
Return Value
Type:
IEnumeratorBooleanAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also