Class HoleList.HoleListEnumerator
Inheritance
HoleList.HoleListEnumerator
Assembly: DesignData.SDS2.Model.dll
Syntax
public sealed class HoleList.HoleListEnumerator : IEnumerator<Hole>, IEnumerator, IDisposable
Constructors
HoleListEnumerator(HoleList)
Declaration
public HoleListEnumerator(HoleList collection)
Parameters
Type |
Name |
Description |
HoleList |
collection |
|
Properties
Current
Declaration
public Hole Current { get; }
Property Value
Methods
Dispose()
Declaration
MoveNext()
Declaration
Returns
Reset()
Declaration
Implements