Table of Contents

Constructor BytePatternCollection

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

BytePatternCollection(ReadOnlyMemory<BytePattern?>)

Constructs a BytePatternCollection using the provided BytePatterns.
public BytePatternCollection(ReadOnlyMemory<BytePattern?> patterns)

Parameters

patterns ReadOnlyMemory<BytePattern>
The BytePatterns to construct this collection with.

BytePatternCollection(params BytePattern?[])

Constructs a BytePatternCollection using the provided BytePatterns.
public BytePatternCollection(params BytePattern?[] patterns)

Parameters

patterns BytePattern[]
The BytePatterns to construct this collection with.