C# Class UnityScript.TypeSystem.UnityCallableResolutionService

Inheritance: Boo.Lang.Compiler.TypeSystem.CallableResolutionService
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Methods

Method Description
CheckVarArgsParameter ( IParameter parameters, Boo.Lang.Compiler.Ast.ExpressionCollection args ) : bool
ShouldExpandArgs ( IMethod method, Boo.Lang.Compiler.Ast.ExpressionCollection args ) : bool

Method Details

CheckVarArgsParameter() public method

public CheckVarArgsParameter ( IParameter parameters, Boo.Lang.Compiler.Ast.ExpressionCollection args ) : bool
parameters IParameter
args Boo.Lang.Compiler.Ast.ExpressionCollection
return bool

ShouldExpandArgs() public method

public ShouldExpandArgs ( IMethod method, Boo.Lang.Compiler.Ast.ExpressionCollection args ) : bool
method IMethod
args Boo.Lang.Compiler.Ast.ExpressionCollection
return bool