Boo.Lang.Compiler.TypeSystem.GenericParameterInferrer.InferSimpleType C# (CSharp) 메소드

InferSimpleType() 개인적인 메소드

private InferSimpleType ( IType formalType, IType actualType, Inference inference ) : bool
formalType IType
actualType IType
inference Inference
리턴 bool
        private bool InferSimpleType(IType formalType, IType actualType, Inference inference)
        {
            // Inference has no effect on formal parameter types that are not generic parameters
            return true;
        }