Class EmbedEndList.EmbedEndListEnumerator
Inheritance
EmbedEndList.EmbedEndListEnumerator
Assembly: DesignData.SDS2.Setup.dll
Syntax
public sealed class EmbedEndList.EmbedEndListEnumerator : IEnumerator<EmbedEnd>, IEnumerator, IDisposable
Constructors
EmbedEndListEnumerator(EmbedEndList)
Declaration
public EmbedEndListEnumerator(EmbedEndList collection)
Parameters
Properties
Current
Declaration
public EmbedEnd Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration
Implements