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