예제 #1
0
 public static bool IsV3(this ApiVersion apiVersion)
 {
     return(!apiVersion.IsV4());
 }