Boo.Lang.Runtime.Tests.RuntimeCoercionTestCase.Coerce C# (CSharp) Method

Coerce() static private method

static private Coerce ( object value, Type to ) : object
value object
to System.Type
return object
        static object Coerce(object value, Type to)
        {
            return RuntimeServices.Coerce(value, to);
        }