перевод на передачу с обозначением схемы

This commit is contained in:
2025-02-12 12:34:54 +03:00
parent 318484025d
commit 5032fa28e8
18 changed files with 143 additions and 62 deletions
+2 -1
View File
@@ -7,8 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\mROA.Codegen\mROA.Codegen.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
<ProjectReference Include="..\mROA\mROA.csproj"/>
<ProjectReference Include="..\mROA.Codegen\mROA.Codegen.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
</ItemGroup>
</Project>
+3
View File
@@ -7,4 +7,7 @@ namespace Example.Shared;
public interface ILoadTest
{
int Next(int last);
int Last(int next);
void C();
void A();
}