Added ICollectionSynchronization

This commit is contained in:
TheXamlGuy
2024-06-04 12:14:00 +01:00
parent 0842988dc3
commit 554c12382a
44 changed files with 149 additions and 116 deletions
+5
View File
@@ -0,0 +1,5 @@
namespace Bitvault;
public record ItemContentEntry<TValue>(TValue Value);
public record ItemContentEntry;