Table of Contents

Struct BinaryMatchResult

Namespace
Fluxzy.Misc.Streams
Assembly
Fluxzy.Core.dll
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

Index int

The start position where the pattern is found

Length int
ShiftLength int

Properties

Index

The start position where the pattern is found

public int Index { readonly get; set; }

Property Value

int

Length

public int Length { readonly get; set; }

Property Value

int

ShiftLength

public int ShiftLength { readonly get; set; }

Property Value

int