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