예제 #1
0
 public static bool IsSimple(this TypeInfo typeInfo)
 {
     return(TypeHelper.CheckIfTypeSimple(typeInfo));
 }