Esempio n. 1
0
 public bool AssignableToTypeName(Type type, string fullTypeName, bool searchInterfaces)
 {
     return(XTypes.AssignableToTypeName(type, fullTypeName, searchInterfaces));
 }