LuciadCPillar C# 2025.0.09
Luciad.InternalSizeTList.InternalSizeTListEnumerator Class Reference

Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More...

Inheritance diagram for Luciad.InternalSizeTList.InternalSizeTListEnumerator:

Public Member Functions

 InternalSizeTListEnumerator (InternalSizeTList collection)
 
void Dispose ()
 
bool MoveNext ()
 
void Reset ()
 

Properties

uint Current [get]
 

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.

Constructor & Destructor Documentation

◆ InternalSizeTListEnumerator()

Luciad.InternalSizeTList.InternalSizeTListEnumerator.InternalSizeTListEnumerator ( InternalSizeTList  collection)
inline

Member Function Documentation

◆ Dispose()

void Luciad.InternalSizeTList.InternalSizeTListEnumerator.Dispose ( )
inline

◆ MoveNext()

bool Luciad.InternalSizeTList.InternalSizeTListEnumerator.MoveNext ( )
inline

◆ Reset()

void Luciad.InternalSizeTList.InternalSizeTListEnumerator.Reset ( )
inline

Property Documentation

◆ Current

uint Luciad.InternalSizeTList.InternalSizeTListEnumerator.Current
get