mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Inference of tuple 'params T`
This commit is contained in:
parent
f6d18c111f
commit
66d3581911
14 changed files with 721 additions and 75 deletions
|
@ -436,6 +436,7 @@ enum CeFunctionKind
|
|||
CeFunctionKind_HasDeclaredMember,
|
||||
CeFunctionKind_GetReflectType,
|
||||
CeFunctionKind_GetReflectTypeById,
|
||||
CeFunctionKind_GetWrappedType,
|
||||
CeFunctionKind_GetReflectTypeByName,
|
||||
CeFunctionKind_GetReflectSpecializedType,
|
||||
CeFunctionKind_Type_ToString,
|
||||
|
@ -463,6 +464,7 @@ enum CeFunctionKind
|
|||
CeFunctionKind_EmitMethodEntry,
|
||||
CeFunctionKind_EmitMethodExit,
|
||||
CeFunctionKind_EmitMixin,
|
||||
CeFunctionKind_GetStringById,
|
||||
|
||||
CeFunctionKind_BfpDirectory_Create,
|
||||
CeFunctionKind_BfpDirectory_Rename,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue