Table of Contents

Struct Pattern.Byte

Namespace
SharpPluginLoader.Core.Memory
Assembly
SharpPluginLoader.Core.dll
public record struct Pattern.Byte : IEquatable<Pattern.Byte>
Implements
Inherited Members

Constructors

Byte(bool, byte)

public Byte(bool IsWildcard, byte Value)

Parameters

IsWildcard bool
Value byte

Properties

IsWildcard

public bool IsWildcard { readonly get; set; }

Property Value

bool

Value

public byte Value { readonly get; set; }

Property Value

byte