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