Class UpKey
public record UpKey : Key, IKeySourceAction, ISourceAction, IEquatable<Key>, IEquatable<UpKey>
- Inheritance
-
UpKey
- Implements
- Inherited Members
Constructors
UpKey(char)
public UpKey(char Value)
Parameters
Value
char
Properties
Value
public char Value { get; init; }