예제 #1
0
        public static bool AssignableToTypeName(this Type type, string fullTypeName)
        {
            Type match;

            return(TypeExtensions.AssignableToTypeName(type, fullTypeName, out match));
        }