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