PointScattererLinkPath.GetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
IEnumerator<IServiceProvider>An enumerator that can be used to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also