コード例 #1
0
 public bool HasMark(RegSEPointType type)
 {
     return((_type & (int)type) == 1);
 }
コード例 #2
0
ファイル: RegSE.cs プロジェクト: romanbdev/quickroute-gps
 public bool HasMark(RegSEPointType type)
 {
     return (_type & (int) type) == 1;
 }