コード例 #1
0
 public IndependentPatternMatched(
     NegativeIndependentPatternMatchedType type,
     string negativeIndependentNamePrefix)
 {
     Type = type;
     NegativeIndependentNamePrefix = negativeIndependentNamePrefix;
 }
コード例 #2
0
ファイル: SearchProgram.cs プロジェクト: jblomer/GrGen.NET
 public IndependentPatternMatched(
     NegativeIndependentPatternMatchedType type,
     string negativeIndependentNamePrefix)
 {
     Type = type;
     NegativeIndependentNamePrefix = negativeIndependentNamePrefix;
 }