Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.SystemExtensions
BitList Class
BitList Methods
Add Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
Remove Method
RemoveAt Method
SetRange Method
BitList
GetEnumerator 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#
Copy
public
IEnumerator
<
bool
>
GetEnumerator
()
Return Value
Type:
IEnumerator
Boolean
An enumerator that can be used to iterate through the collection.
Implements
IEnumerable
T
GetEnumerator
See Also
Reference
BitList Class
WhetStone.SystemExtensions Namespace