Exemple #1
0
 private static bool isStrictConvertible(System.Type formal, System.Type actual, bool possibleVarArg)
 {
     return(IntrospectionUtils.IsStrictMethodInvocationConvertible(formal, actual, possibleVarArg));
 }