MobileNetworkServiceCollection.IEnumerable<MobileNetworkServiceResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

System.Collections.Generic.IEnumerator<Azure.ResourceManager.MobileNetwork.MobileNetworkServiceResource> IEnumerable<MobileNetworkServiceResource>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.MobileNetworkServiceResource>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Azure.ResourceManager.MobileNetwork.MobileNetworkServiceResource>
override this.System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.MobileNetworkServiceResource>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Azure.ResourceManager.MobileNetwork.MobileNetworkServiceResource>
Function GetEnumerator () As IEnumerator(Of MobileNetworkServiceResource) Implements IEnumerable(Of MobileNetworkServiceResource).GetEnumerator

Returns

An enumerator that can be used to iterate through the collection.

Implements

Applies to