mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
New function/delegate casting rules, similar to tuple rules
This commit is contained in:
parent
c62dbdf811
commit
de6a68911a
8 changed files with 143 additions and 32 deletions
|
@ -817,7 +817,8 @@ public:
|
|||
bool IsTestMethod();
|
||||
int GetParamCount();
|
||||
int GetImplicitParamCount();
|
||||
String GetParamName(int paramIdx);
|
||||
void GetParamName(int paramIdx, StringImpl& name);
|
||||
String GetParamName(int paramIdx);
|
||||
BfType* GetParamType(int paramIdx, bool useResolvedType = true);
|
||||
bool GetParamIsSplat(int paramIdx);
|
||||
BfParamKind GetParamKind(int paramIdx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue