Method GetEnumerator
GetEnumerator()
Gets an enumerator for this collection of reference images. This allows this image library to act as a collection in a foreach
statement.
The MutableRuntimeReferenceImageLibrary.Enumerator is a struct
, so no garbage is generated.
Declaration
public MutableRuntimeReferenceImageLibrary.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
MutableRuntimeReferenceImageLibrary.Enumerator | An enumerator that can be used in a |