Упрощение абстракции и первый код нового бэкенда вызова

This commit is contained in:
2025-03-04 14:51:46 +03:00
parent 2b48c3e319
commit be6dedaee4
6 changed files with 17 additions and 73 deletions
-11
View File
@@ -180,17 +180,6 @@ namespace mROA.Codegen
return _methods[id];
}}
public int RegisterMethod(MethodInfo method)
{{
_methods.Add(method);
return _methods.Count - 1;
}}
public IEnumerable<MethodInfo> GetMethods()
{{
return _methods;
}}
public void Inject<T>(T dependency)
{{
}}