コード例 #1
0
ファイル: ApiVersion.cs プロジェクト: msrouchou/NGitLab
 public static bool IsV3(this ApiVersion apiVersion)
 {
     return(!apiVersion.IsV4());
 }