Hide menu
Loading...
Searching...
No Matches
cadex.Collections.Nesting_SheetList.Nesting_SheetListEnumerator Class Referencesealed

Inherits global.SystemCollections.IEnumerator, and global.SystemCollections.Generic.IEnumerator< cadex.Nesting_Sheet >.

Public Member Functions

 Nesting_SheetListEnumerator (Nesting_SheetList collection)
 
bool MoveNext ()
 
void Reset ()
 
void Dispose ()
 

Properties

cadex.Nesting_Sheet 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.