コード例 #1
0
 public static bool IsWeb(this TargetPlatform type)
 {
     return(type == TargetPlatform.ANY || !type.IsMobile());
 }