Struct BinaryMatchResult
public record struct BinaryMatchResult : IEquatable<BinaryMatchResult>
- Implements
- Inherited Members
- Extension Methods
Constructors
BinaryMatchResult(int, int, int)
public BinaryMatchResult(int Index, int Length, int ShiftLength)
Parameters
Properties
Index
The start position where the pattern is found
public int Index { readonly get; set; }
Property Value
Length
public int Length { readonly get; set; }
Property Value
ShiftLength
public int ShiftLength { readonly get; set; }