DotNet Reference

DotNet Reference

MpDoubleVector.MpDoubleVectorEnumerator

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 159 of file MpDoubleVector.cs.

Public Member Functions

 MpDoubleVectorEnumerator (MpDoubleVector collection)
 
bool MoveNext ()
 
void Reset ()
 
void Dispose ()
 

Properties

double Current [get]
 

Constructor & Destructor Documentation

◆ MpDoubleVectorEnumerator()

MpDoubleVectorEnumerator ( MpDoubleVector  collection)
inline

Definition at line 167 of file MpDoubleVector.cs.

Member Function Documentation

◆ Dispose()

void Dispose ( )
inline

Definition at line 214 of file MpDoubleVector.cs.

◆ MoveNext()

bool MoveNext ( )
inline

Definition at line 194 of file MpDoubleVector.cs.

◆ Reset()

void Reset ( )
inline

Definition at line 206 of file MpDoubleVector.cs.

Property Documentation

◆ Current

double Current
get

Definition at line 175 of file MpDoubleVector.cs.


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