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