PointScattererLinkPathGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IEnumerator<IServiceProvider> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of IServiceProvider)
public:
virtual IEnumerator<IServiceProvider^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<IServiceProvider>
override GetEnumerator : unit -> IEnumerator<IServiceProvider>
Return Value
Type:
IEnumeratorIServiceProviderAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also