Table of Contents

Method GetEnumerator

Namespace
MonoMod.Core.Utils
Assembly
MonoMod.Core.dll

GetEnumerator()

Gets an enumerator over all of the patterns in this collection.
public IEnumerator<BytePattern> GetEnumerator()

Returns

IEnumerator<BytePattern>
An enumerator over all patterns in this collection.