mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed the lambda hotswap change
This commit is contained in:
parent
1e04bb1b3e
commit
c5dca50e50
6 changed files with 55 additions and 231 deletions
|
@ -428,7 +428,7 @@ public:
|
|||
DbgType* GetParent();
|
||||
DbgType* GetTargetType(); // usually mParentType except for closures
|
||||
DbgLanguage GetLanguage();
|
||||
bool Equals(DbgSubprogram* checkMethod);
|
||||
bool Equals(DbgSubprogram* checkMethod, bool allowThisMismatch = false);
|
||||
int GetParamCount();
|
||||
String GetParamName(int paramIdx);
|
||||
bool IsGenericMethod();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue