Click or drag to resize

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)
Syntax
public IEnumerator<IServiceProvider> GetEnumerator()

Return Value

Type: IEnumerator<IServiceProvider>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also