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