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