Beispiel #1
0
 public static bool IsDictionaryType(Type type)
 {
     return(XBaseTypes.IsDictionaryType(type));
 }