This commit is contained in:
TheXamlGuy
2024-05-06 21:17:20 +01:00
parent 40845bb5b3
commit ff8e97f030
13 changed files with 145 additions and 26 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace Toolkit.Foundation;
public interface IEnumerate
{
object? Key { get; init; }
EnumerateMode Mode { get; init; }
}