ResourceAssetCollection.IEnumerable<ResourceAsset>.GetEnumerator Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Components.ResourceAsset> IEnumerable<ResourceAsset>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Components.ResourceAsset>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Components.ResourceAsset>
override this.System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Components.ResourceAsset>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.AspNetCore.Components.ResourceAsset>
Function GetEnumerator () As IEnumerator(Of ResourceAsset) Implements IEnumerable(Of ResourceAsset).GetEnumerator