Ejemplo n.º 1
0
 public bool IsDictionaryType(Type type)
 {
     return(XTypes.IsDictionaryType(type));
 }