Class SpanKey
public record SpanKey : IEquatable<SpanKey>
- Inheritance
-
SpanKey
- Implements
- Inherited Members
- Extension Methods
Constructors
SpanKey(int, int, bool)
public SpanKey(int Start, int Length, bool IsColumn)
Parameters
Properties
IsColumn
public bool IsColumn { get; init; }
Property Value
Length
public int Length { get; init; }
Property Value
Start
public int Start { get; init; }