DotNet Reference
DotNet Reference
UtilInt64Vector.UtilInt64VectorEnumerator
Detailed Description
Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified.
This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet.
Definition at line 146 of file sat/UtilInt64Vector.cs.
Public Member Functions | |
| UtilInt64VectorEnumerator (UtilInt64Vector collection) | |
| bool | MoveNext () |
| void | Reset () |
| void | Dispose () |
Properties | |
| long | Current [get] |
Constructor & Destructor Documentation
◆ UtilInt64VectorEnumerator()
|
inline |
Definition at line 154 of file sat/UtilInt64Vector.cs.
Member Function Documentation
◆ Dispose()
|
inline |
Definition at line 201 of file sat/UtilInt64Vector.cs.
◆ MoveNext()
|
inline |
Definition at line 181 of file sat/UtilInt64Vector.cs.
◆ Reset()
|
inline |
Definition at line 193 of file sat/UtilInt64Vector.cs.
Property Documentation
◆ Current
|
get |
Definition at line 162 of file sat/UtilInt64Vector.cs.
The documentation for this class was generated from the following file: