DotNet Reference

DotNet Reference

UtilInt64VectorVector.UtilInt64VectorVectorEnumerator

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 163 of file UtilInt64VectorVector.cs.

Public Member Functions

 UtilInt64VectorVectorEnumerator (UtilInt64VectorVector collection)
 
bool MoveNext ()
 
void Reset ()
 
void Dispose ()
 

Properties

UtilInt64Vector Current [get]
 

Constructor & Destructor Documentation

◆ UtilInt64VectorVectorEnumerator()

Definition at line 171 of file UtilInt64VectorVector.cs.

Member Function Documentation

◆ Dispose()

void Dispose ( )
inline

Definition at line 218 of file UtilInt64VectorVector.cs.

◆ MoveNext()

bool MoveNext ( )
inline

Definition at line 198 of file UtilInt64VectorVector.cs.

◆ Reset()

void Reset ( )
inline

Definition at line 210 of file UtilInt64VectorVector.cs.

Property Documentation

◆ Current

UtilInt64Vector Current
get

Definition at line 179 of file UtilInt64VectorVector.cs.


The documentation for this class was generated from the following file: