Boo.Lang.Compiler.Steps.ProcessMethodBodies.AssertTypeCompatibility C# (CSharp) Метод

AssertTypeCompatibility() приватный Метод

private AssertTypeCompatibility ( Node sourceNode, IType expectedType, IType actualType ) : bool
sourceNode Node
expectedType IType
actualType IType
Результат bool
        bool AssertTypeCompatibility(Node sourceNode, IType expectedType, IType actualType)
        {
            return TypeChecker.AssertTypeCompatibility(sourceNode, expectedType, actualType);
        }
ProcessMethodBodies