Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace TheXamlGuy.Framework.Microcontroller;
|
||||
|
||||
public interface IMicrocontrollerModuleDeserializer<TRead>
|
||||
{
|
||||
public TRead? Read { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user