BlobBuilder.Blobs.IEnumerable<Blob>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

 virtual System::Collections::Generic::IEnumerator<System::Reflection::Metadata::Blob> ^ System.Collections.Generic.IEnumerable<System.Reflection.Metadata.Blob>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Reflection::Metadata::Blob>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Reflection.Metadata.Blob> IEnumerable<Blob>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Reflection.Metadata.Blob>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.Blob>
override this.System.Collections.Generic.IEnumerable<System.Reflection.Metadata.Blob>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Reflection.Metadata.Blob>
Function GetEnumerator () As IEnumerator(Of Blob) Implements IEnumerable(Of Blob).GetEnumerator

Returns

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

Implements

Applies to