InletDetailCollectionGetEnumerator Method |
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator which can be used to enumerate this collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic IEnumerator<InletDetail> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of InletDetail)
public:
virtual IEnumerator<InletDetail^>^ GetEnumerator() sealed
Return Value
IEnumeratorInletDetail
An enumerator which implements the IEnumerator<T> interface.
Implements
IEnumerableTGetEnumerator
See Also