AResourceManager_TInfo,TResource_.ResourceEnumerable.md

March 19, 2022 ยท View on GitHub

DefaultEcs

DefaultEcs.Resource.AResourceManager<TInfo,TResource>

AResourceManager<TInfo,TResource>.ResourceEnumerable Struct

Allows to enumerate the resources of a AResourceManager<TInfo,TResource>.

public readonly struct AResourceManager<TInfo,TResource>.ResourceEnumerable :
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TInfo, TResource>>,
System.Collections.IEnumerable

Type parameters

TInfo

TResource

Implements System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TInfo,TResource>>, System.Collections.IEnumerable

Methods
GetEnumerator()Returns an enumerator that iterates through the collection.
Explicit Interface Implementations
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TInfo,TResource>>.GetEnumerator()Returns an enumerator that iterates through the collection.
System.Collections.IEnumerable.GetEnumerator()Returns an enumerator that iterates through the collection.