Share via


GalleryScriptCollection.IEnumerable<GalleryScriptResource>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

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

Returns

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

Implements

Applies to