コード例 #1
0
ファイル: CRC16.cs プロジェクト: opcon/Substructio
 public static CRC16 Instance()
 {
     return _instance ?? (_instance = new CRC16());
 }
コード例 #2
0
 public static CRC16 Instance()
 {
     return(_instance ?? (_instance = new CRC16()));
 }