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
Properties
IsWildcard
public bool IsWildcard { readonly get; set; }
Property Value
Value
public byte Value { readonly get; set; }