Table of Contents

Class MachiningStep.CollidedKeyPair

Namespace
Hi.MachiningSteps
Assembly
HiMech.dll
public record MachiningStep.CollidedKeyPair : IEquatable<MachiningStep.CollidedKeyPair>
Inheritance
MachiningStep.CollidedKeyPair
Implements
Inherited Members
Extension Methods

Constructors

CollidedKeyPair(string, string)

public CollidedKeyPair(string KeyA, string KeyB)

Parameters

KeyA string
KeyB string

Properties

KeyA

public string KeyA { get; init; }

Property Value

string

KeyB

public string KeyB { get; init; }

Property Value

string