Enhanced C#
Language of your choice: library documentation
|
Public fields | |
Num | _first |
Num | _cur |
Num | _last |
Public fields inherited from Loyc.Collections.NumRange< Num, Math > | |
Num | _lo |
Num | _hi |
int | _count |
Properties | |
Num | Current [get] |
object System.Collections.IEnumerator. | Current [get] |
Properties inherited from Loyc.Collections.NumRange< Num, Math > | |
Num | Lo [get] |
Num | Hi [get] |
bool | IsEmpty [get] |
int | Count [get] |
Num | this[int index] [get] |
bool ICollection< Num >. | IsReadOnly [get] |
Properties inherited from Loyc.Collections.IIsEmpty | |
bool | IsEmpty [get] |
Public Member Functions | |
Enumerator (Num first, Num last) | |
void IDisposable. | Dispose () |
bool | MoveNext () |
void | Reset () |
Public Member Functions inherited from Loyc.Collections.NumRange< Num, Math > | |
NumRange (Num low, Num highIncl) | |
Num | TryGet (int index, out bool fail) |
int | IndexOf (Num item) |
void ICollection< Num >. | Add (Num item) |
void ICollection< Num >. | Clear () |
void ICollection< Num >. | CopyTo (Num[] array, int arrayIndex) |
bool ICollection< Num >. | Remove (Num item) |
bool | Contains (Num item) |
System.Collections.IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
IEnumerator< Num > IEnumerable < Num >. | GetEnumerator () |
Enumerator | GetEnumerator () |
Additional Inherited Members | |
Public static fields inherited from Loyc.Collections.NumRange< Num, Math > | |
static Math | M = new Math() |