5 lines
90 B
C#
5 lines
90 B
C#
namespace Bitvault;
|
|
|
|
public record Locker<TValue>(TValue Value);
|
|
|
|
public record Locker; |