Boo.Lang.Runtime.MethodDispatcherEmitter.EmitCoercion C# (CSharp) Method

EmitCoercion() private method

private EmitCoercion ( int argumentIndex, Type expectedType, int score ) : void
argumentIndex int
expectedType System.Type
score int
return void
        private void EmitCoercion(int argumentIndex, Type expectedType, int score)
        {
            EmitCoercion(_argumentTypes[argumentIndex], expectedType, score);
        }