コード例 #1
0
 public ParallelData(NfpKey key, List <NestPath> value)
 {
     this.key   = key;
     this.value = value;
 }
コード例 #2
0
 public void setKey(NfpKey key)
 {
     this.key = key;
 }
コード例 #3
0
ファイル: NfpPair.cs プロジェクト: yumf/NestingCShaprt
 public NfpPair(NestPath a, NestPath b, NfpKey key)
 {
     A        = a;
     B        = b;
     this.key = key;
 }