We need access to FunctionParameters at binding in other libraries
This commit is contained in:
parent
e44116b2cd
commit
d2d7b985b2
|
@ -9,7 +9,8 @@ namespace Upsilon.Binder.VariableSymbols
|
||||||
{
|
{
|
||||||
public class InternalFunctionVariableSymbol : FunctionVariableSymbol
|
public class InternalFunctionVariableSymbol : FunctionVariableSymbol
|
||||||
{
|
{
|
||||||
private InternalFunctionParameter[] FunctionParameters { get; }
|
// ReSharper disable once MemberCanBePrivate.Global
|
||||||
|
public InternalFunctionParameter[] FunctionParameters { get; }
|
||||||
private int MinimalParametersRequired { get; }
|
private int MinimalParametersRequired { get; }
|
||||||
private MethodInfo OverrideResultType { get; }
|
private MethodInfo OverrideResultType { get; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue