Make it possible to feed in options to the Enumerate handler

This commit is contained in:
TheXamlGuy
2024-05-05 20:43:17 +01:00
parent daf746aa86
commit 40845bb5b3
4 changed files with 36 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
namespace Toolkit.Foundation;
public record Selected<TValue>(TValue Value);
public record Selected<TValue>(TValue? Value);
public record Selected
{