Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Boo
Lang
Compiler
TypeSystem
GenericParameterInferrer
InferCallables
Boo.Lang.Compiler.TypeSystem.GenericParameterInferrer.InferCallables C# (CSharp) Method
GenericParameterInferrer Class Documentation
Mostra file
Open project: boo/boo-lang
InferCallables()
private
method
Performs inference on implicitly typed callables whose input types have already been inferred.
Corresponds to the second phase in generic parameter inference according to the C# 3.0 spec.
private
InferCallables
( ) :
void
return
void
private void InferCallables() { // TODO }
GenericParameterInferrer
CalculateDependencies
FindGenericParameters
Fix
FixAll
GenericParameterInferrer
GetInferredType
GetInferredTypes
GetParameterTypes
HasDependantsAndBounds
HasNoDependencies
HasUnfixedTypes
Infer
InferArrayType
InferCallableType
InferCallables
InferConstructedType
InferExplicits
InferGenericParameter
InferSimpleType
InferenceComplete
InferenceStart
InitializeDependencies
InitializeInferredTypes
Invert
Run
SetDependency