SIFWorks ADK 2.0
EnumeratorWrapper Class
NamespacesEdustructures.UtilEnumeratorWrapper

[This is preliminary documentation and is subject to change.]

A base class for creating an enumerator that wraps around another enumerator
Declaration Syntax
C#Visual BasicVisual C++
public abstract class EnumeratorWrapper : IEnumerator, 
	IDisposable
Public MustInherit Class EnumeratorWrapper _
	Implements IEnumerator, IDisposable
public ref class EnumeratorWrapper abstract : IEnumerator, 
	IDisposable
Members
All MembersMethodsProperties



IconMemberDescription
Current
Dispose()()
MoveNext()()
Remarks
When wrapping another enumerator, there are a number of common tasks that this class takes care of, including disposing of it properly when dispose is called.
Inheritance Hierarchy
Object
EnumeratorWrapper

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10